| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3f1bb0a commit 033773c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,6 +76,10 @@ void Environment::Start(int argc, | |||
| 76 | 76 | reinterpret_cast<uv_handle_t*>(&idle_check_handle_), | |
| 77 | 77 | close_and_finish, | |
| 78 | 78 | nullptr); | |
| 79 | + RegisterHandleCleanup( | ||
| 80 | + reinterpret_cast<uv_handle_t*>(&destroy_ids_timer_handle_), | ||
| 81 | + close_and_finish, | ||
| 82 | + nullptr); | ||
| 79 | 83 | ||
| 80 | 84 | if (start_profiler_idle_notifier) { | |
| 81 | 85 | StartProfilerIdleNotifier(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments