Skip to content

Commit

Permalink
Register stream on unmarshal
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Feb 19, 2024
1 parent c9897f9 commit 12630d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ev.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ static void *janet_stream_unmarshal(JanetMarshalContext *ctx) {
#else
p->handle = (JanetHandle) janet_unmarshal_int(ctx);
#endif
janet_register_stream(p);
return p;
}

Expand Down

0 comments on commit 12630d3

Please sign in to comment.