aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 3b150797c36..0e48b33882c 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5863,6 +5863,8 @@ garbage_collect_1 (void *end)
5863 VECTOR_UNMARK (&buffer_defaults); 5863 VECTOR_UNMARK (&buffer_defaults);
5864 VECTOR_UNMARK (&buffer_local_symbols); 5864 VECTOR_UNMARK (&buffer_local_symbols);
5865 5865
5866 unmark_main_thread ();
5867
5866 check_cons_list (); 5868 check_cons_list ();
5867 5869
5868 gc_in_progress = 0; 5870 gc_in_progress = 0;