parent
f09d1d1ae8
commit
5970bbb6bf
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user