fix NACK fix

Fixup for 74fb6feb45.
This commit is contained in:
Matthew Flatt 2013-04-23 07:06:11 -06:00
parent f09d1d1ae8
commit 5970bbb6bf

View File

@ -6534,7 +6534,7 @@ static void escape_during_sync(Syncing *syncing)
syncing->thread = NULL;
if (p->sync_box)
if (p && p->sync_box)
scheme_post_sema_all(p->sync_box);
scheme_post_syncing_nacks(syncing);