summaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc.c b/gc.c
index 01a63e47..8b513654 100644
--- a/gc.c
+++ b/gc.c
@@ -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();