add wf and w16 fns to blob
This commit is contained in:
@@ -1441,8 +1441,8 @@ void JS_FreeRuntime(JSRuntime *rt)
|
||||
printf("Secondary object leaks: %d\n", count);
|
||||
}
|
||||
#endif
|
||||
if (!list_empty(&rt->gc_obj_list))
|
||||
printf("Object leaks!\n");
|
||||
// if (!list_empty(&rt->gc_obj_list))
|
||||
// printf("Object leaks!\n");
|
||||
// assert(list_empty(&rt->gc_obj_list));
|
||||
|
||||
/* free the classes */
|
||||
|
||||
Reference in New Issue
Block a user