diff options
Diffstat (limited to 'libguile/threads.c')
-rw-r--r-- | libguile/threads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/threads.c b/libguile/threads.c index 5d1390941..8b394584e 100644 --- a/libguile/threads.c +++ b/libguile/threads.c @@ -300,6 +300,7 @@ guilify_self_1 (SCM_STACKITEM *base) pipe (t->sleep_pipe); scm_i_pthread_mutex_init (&t->heap_mutex, NULL); t->clear_freelists_p = 0; + t->gc_running_p = 0; t->exited = 0; t->freelist = SCM_EOL; |