Index: ev.c
===================================================================
RCS file: /schmorpforge/libev/ev.c,v
retrieving revision 1.289
diff -u -r1.289 ev.c
--- ev.c	6 Jun 2009 11:13:16 -0000	1.289
+++ ev.c	7 Jun 2009 08:46:12 -0000
@@ -2515,6 +2515,8 @@
   if (!signals [w->signum - 1].head)
     signal (w->signum, SIG_DFL);
 
+  ev_free (signals);
+
   EV_FREQUENT_CHECK;
 }
 
