Skip to content

v6.x: async_wrap: close the destroy_ids_idle_handle_

The destroy_ids_idle_handle_ needs to be closed on environment destruction. Not closing the handle leaves a dangling pointer in the used uv loop. This leads to undefined behavior when the uv loop is used after the environment has been destroyed.

PR-URL: https://github.com/nodejs/node/pull/10385

Merge request reports

Loading