*updated my_basic.c.

This commit is contained in:
Wang Renxin 2015-12-11 19:08:50 +08:00
parent 77c056b175
commit c0554d09f3

View File

@ -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--;