Skip to content

Commit

Permalink
plug leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Quodss committed Dec 12, 2024
1 parent 88a411c commit 1e060b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/noun/jets/e/urwasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ u3we_lia_run_once(u3_noun cor)

u3_noun try_script = KICK2(u3j_kink(u3k(runnable), AX_TRY));
u3_noun catch_script = KICK2(u3j_kink(u3k(runnable), AX_CATCH));
u3_noun return_script = KICK1(u3j_kink(u3k(runnable), AX_RETURN));
u3_noun return_script = KICK1(u3j_kink(runnable, AX_RETURN));

u3_noun call_bat = u3k(u3h(call_script));
u3_noun memread_bat = u3k(u3h(memread_script));
Expand Down

0 comments on commit 1e060b4

Please sign in to comment.