*updated my_basic.c.
This commit is contained in:
parent
77c056b175
commit
c0554d09f3
@ -4480,6 +4480,7 @@ void _gc_collect_garbage(mb_interpreter_t* s) {
|
|||||||
s->gc.collecting--;
|
s->gc.collecting--;
|
||||||
}
|
}
|
||||||
/* Tidy */
|
/* Tidy */
|
||||||
|
_ht_clear(s->gc.collected_table);
|
||||||
_ht_clear(valid);
|
_ht_clear(valid);
|
||||||
_ht_destroy(valid);
|
_ht_destroy(valid);
|
||||||
s->gc.collecting--;
|
s->gc.collecting--;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user