We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef93f5 commit c31fd38Copy full SHA for c31fd38
1 file changed
src/node_perf.cc
@@ -216,6 +216,7 @@ void MarkGarbageCollectionEnd(Isolate* isolate,
216
fprintf(stderr, "shooting into the dark here.\n");
217
if (uv_async_init(env->event_loop(), async, PerformanceGCCallback))
218
return delete async;
219
+ uv_unref(reinterpret_cast<uv_handle_t*>(async));
220
async->data =
221
new PerformanceEntry::Data(env, "gc", "gc",
222
performance_last_gc_start_mark_,
0 commit comments