diff options
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -681,6 +681,7 @@ void gc(void) save_context(mc); gc_enabled = 0; + rcyc_empty(); mark(&mc, &gc_stack_top); hash_process_weak(); prepare_finals(); |