Re: patch for ev_loop_destroy()

2012-05-15 Thread Marc Lehmann
On Fri, May 11, 2012 at 06:40:06PM +0400, Denis Bilenko denis.bile...@gmail.com wrote: It looks like there's a bug in ev_loop_destroy(): when called for a non-default loop, it would stop the signal handler for SIGCHLD, even though the latter belongs to the default loop. The patched below

patch for ev_loop_destroy()

2012-05-11 Thread Denis Bilenko
It looks like there's a bug in ev_loop_destroy(): when called for a non-default loop, it would stop the signal handler for SIGCHLD, even though the latter belongs to the default loop. The patched below should fix it. --- /home/denis/work/libev-cvs/ev.c 2012-05-10 20:47:37.064383729 +0400 +++