summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.c b/lib.c
index da3ccf35..2b742192 100644
--- a/lib.c
+++ b/lib.c
@@ -6641,6 +6641,7 @@ void init(const wchar_t *pn, mem_t *(*oom)(mem_t *, size_t),
filter_init();
hash_init();
regex_init();
+ gc_late_init();
gc_state(gc_save);
}