chiark
/
gitweb
/
~mdw
/
mLib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ba1916b
)
Remove memory leak.
author
mdw
<mdw>
Sun, 18 May 2003 15:10:29 +0000
(15:10 +0000)
committer
mdw
<mdw>
Sun, 18 May 2003 15:10:29 +0000
(15:10 +0000)
sel.c
patch
|
blob
|
blame
|
history
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);
}
}
}
}
}
}