chiark / gitweb /
Document hex encoding.
[mLib] / sel.c
diff --git a/sel.c b/sel.c
index 474e820060035e4444237187bcb846f92b3433f6..9babc8426871d86449cfa4a4d1422c4ccc8e8a5e 100644 (file)
--- a/sel.c
+++ b/sel.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: sel.c,v 1.11 2003/05/17 10:34:04 mdw Exp $
+ * $Id: sel.c,v 1.12 2003/05/18 15:10:29 mdw Exp $
  *
  * I/O multiplexing support
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: sel.c,v $
+ * Revision 1.12  2003/05/18 15:10:29  mdw
+ * Remove memory leak.
+ *
  * Revision 1.11  2003/05/17 10:34:04  mdw
  *  Tidying and bugfixing.
  *
@@ -480,6 +483,7 @@ int sel_select(sel_state *s)
          f->pend = 0;
          f->func(f->fd, i, f->p);
        }
+       DESTROY(pf);
       }
     }
   }