Update marsh.c

This commit is contained in:
Calvin Rose 2023-10-06 01:26:07 -05:00
parent a3b129845b
commit 73291a30a0
1 changed files with 3 additions and 0 deletions

View File

@ -1050,6 +1050,9 @@ static const uint8_t *unmarshal_one_fiber(
#ifdef JANET_EV
fiber->sched_id = 0;
fiber->supervisor_channel = NULL;
fiber->ev_state = NULL;
fiber->ev_callback = NULL;
fiber->ev_stream = NULL;
#endif
/* Push fiber to seen stack */