diff --git a/src/main.c b/src/main.c index 1b83399..a466086 100644 --- a/src/main.c +++ b/src/main.c @@ -273,7 +273,6 @@ void prepare_for_poll(uv_prepare_t* handle) void on_uv_walk(uv_handle_t* handle, void* arg) { uv_unref(handle); - uv_close(handle, NULL); } void wayvnc_exit(void)