diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 6aeac140ca0..1a72941cc92 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6003,6 +6003,8 @@ garbage_collect_1 (void *end) | |||
| 6003 | VECTOR_UNMARK (&buffer_defaults); | 6003 | VECTOR_UNMARK (&buffer_defaults); |
| 6004 | VECTOR_UNMARK (&buffer_local_symbols); | 6004 | VECTOR_UNMARK (&buffer_local_symbols); |
| 6005 | 6005 | ||
| 6006 | unmark_main_thread (); | ||
| 6007 | |||
| 6006 | check_cons_list (); | 6008 | check_cons_list (); |
| 6007 | 6009 | ||
| 6008 | gc_in_progress = 0; | 6010 | gc_in_progress = 0; |