We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42dd629 commit cff1df1Copy full SHA for cff1df1
src/node_signal_handler.cc
@@ -34,7 +34,7 @@ void SignalHandler::OnSignal(EV_P_ ev_signal *watcher, int revents) {
34
35
SignalHandler::~SignalHandler() {
36
if (watcher_.active) {
37
- ev_unref(EV_DEFAULT_UC);
+ ev_ref(EV_DEFAULT_UC);
38
ev_signal_stop(EV_DEFAULT_UC_ &watcher_);
39
}
40
0 commit comments