chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove memory leak.
[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-*-
*
/* -*-c-*-
*
- * $Id: sel.c,v 1.1
1 2003/05/17 10:34:04
mdw Exp $
+ * $Id: sel.c,v 1.1
2 2003/05/18 15:10:29
mdw Exp $
*
* I/O multiplexing support
*
*
* I/O multiplexing support
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: sel.c,v $
/*----- 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.
*
* 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);
}
f->pend = 0;
f->func(f->fd, i, f->p);
}
+ DESTROY(pf);
}
}
}
}
}
}