Remove an explicit GC call.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3646 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2021-01-20 01:42:47 +00:00
parent 8c0d380a4d
commit 3487f335e5

View File

@ -255,7 +255,6 @@ static void _taskstub_on_process_exit(uv_process_t* process, int64_t status, int
tf_packetstream_close(stub->_stream);
uv_close((uv_handle_t*)process, _taskstub_on_handle_close);
tf_taskstub_destroy(stub);
JS_RunGC(JS_GetRuntime(context));
}
static JSValue _taskstub_getExports(JSContext* context, JSValueConst this_val, int argc, JSValueConst* argv) {