aboutsummaryrefslogtreecommitdiff
path: root/src/libmux
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-12-09 18:07:09 +0000
committerrsc <devnull@localhost>2003-12-09 18:07:09 +0000
commitac244f8d287a6119155ea672c8fd13c487c5e4c7 (patch)
treec5e44b802382d3ed4ab83f3a23d7fe50bc88a5a1 /src/libmux
parente95a70884b2eb361e0e879a91e5b46aea4e1d633 (diff)
downloadplan9port-ac244f8d287a6119155ea672c8fd13c487c5e4c7.tar.gz
plan9port-ac244f8d287a6119155ea672c8fd13c487c5e4c7.tar.bz2
plan9port-ac244f8d287a6119155ea672c8fd13c487c5e4c7.zip
bug from wkj
Diffstat (limited to 'src/libmux')
-rw-r--r--src/libmux/queue.c1
1 files changed, 1 insertions, 0 deletions
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;