mirror of
https://github.com/janet-lang/janet
synced 2025-04-04 06:16:55 +00:00
remove extra decref
This commit is contained in:
parent
defe60e08b
commit
b72098cc71
@ -2010,7 +2010,6 @@ void janet_ev_threaded_call(JanetThreadedSubroutine fp, JanetEVGenericMessage ar
|
||||
|
||||
/* Default callback for janet_ev_threaded_await. */
|
||||
void janet_ev_default_threaded_callback(JanetEVGenericMessage return_value) {
|
||||
janet_ev_dec_refcount();
|
||||
if (return_value.fiber == NULL) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user