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 178e1cc6..4c8d9f6d 100644
--- a/gc.c
+++ b/gc.c
@@ -754,6 +754,7 @@ void gc(void)
save_context(mc);
gc_enabled = 0;
rcyc_empty();
+ iobuf_list_empty();
mark(&mc, &gc_stack_top);
hash_process_weak();
prepare_finals();