commit ac244f8d287a6119155ea672c8fd13c487c5e4c7 parent e95a70884b2eb361e0e879a91e5b46aea4e1d633 Author: rsc <devnull@localhost> Date: Tue, 9 Dec 2003 18:07:09 +0000 bug from wkj Diffstat:
M | src/libmux/queue.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/libmux/queue.c b/src/libmux/queue.c @@ -45,6 +45,7 @@ _muxqsend(Muxqueue *q, void *p) if(q->hungup){ werrstr("hungup queue"); qunlock(&q->lk); + free(e); return -1; } e->p = p;