minor cleanup on thread termination

This commit is contained in:
Matthew Flatt 2014-09-04 16:01:53 +02:00
parent 52514a4af4
commit f32d4b0187

View File

@ -2907,6 +2907,7 @@ static void thread_is_dead(Scheme_Thread *r)
r->list_stack = NULL;
r->t_set_parent = NULL;
r->dw = NULL;
r->init_config = NULL;
r->cell_values = NULL;