X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/228b0b302ab0857b23efad5a8b2429de2c0ccc00..36ed1953891a670e15f5e113491596630f21676c:/ev.c diff --git a/ev.c b/ev.c index f813e58..1cafd9b 100644 --- a/ev.c +++ b/ev.c @@ -489,6 +489,7 @@ siginit (EV_P) ev_io_set (&sigev, sigpipe [0], EV_READ); ev_io_start (&sigev); + ev_unref (EV_A); /* child watcher should not keep loop alive */ } /*****************************************************************************/ @@ -641,6 +642,7 @@ ev_init (EV_P_ int methods) ev_signal_init (&childev, childcb, SIGCHLD); ev_set_priority (&childev, EV_MAXPRI); ev_signal_start (EV_A_ &childev); + ev_unref (EV_A); /* child watcher should not keep loop alive */ #endif } } @@ -913,7 +915,6 @@ ev_loop (EV_P_ int flags) queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK); call_pending (EV_A); - printf ("activecnt %d\n", activecnt);//D } while (activecnt && !loop_done);