From ac244f8d287a6119155ea672c8fd13c487c5e4c7 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 9 Dec 2003 18:07:09 +0000 Subject: bug from wkj --- src/libmux/queue.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libmux') diff --git a/src/libmux/queue.c b/src/libmux/queue.c index 072f1860..1cadbe6c 100644 --- 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; -- cgit v1.2.3