From 92344af49ee4ba16adc8fadb616ed750e13c4ca1 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 10 Nov 2007 19:48:44 +0000 Subject: *** empty log message *** --- ev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ev.c b/ev.c index 76dc021..28ed91b 100644 --- a/ev.c +++ b/ev.c @@ -1294,6 +1294,8 @@ ev_io_stop (EV_P_ struct ev_io *w) if (!ev_is_active (w)) return; + assert (("ev_io_start called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax)); + wlist_del ((WL *)&anfds[w->fd].head, (WL)w); ev_stop (EV_A_ (W)w); -- cgit v1.2.3