From: root Date: Sun, 4 Nov 2007 16:43:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: rel-0_5~23 X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/305af5e87583383e4059c39dfa146621c5ec8be9?ds=inline *** empty log message *** --- diff --git a/ev.c b/ev.c index 9686364..790baee 100644 --- a/ev.c +++ b/ev.c @@ -709,7 +709,9 @@ ev_default_loop (int methods) void ev_default_destroy (void) { +#if EV_MULTIPLICITY struct ev_loop *loop = default_loop; +#endif ev_ref (EV_A); /* child watcher */ ev_signal_stop (EV_A_ &childev);