plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit ac244f8d287a6119155ea672c8fd13c487c5e4c7
parent e95a70884b2eb361e0e879a91e5b46aea4e1d633
Author: rsc <devnull@localhost>
Date:   Tue,  9 Dec 2003 18:07:09 +0000

bug from wkj

Diffstat:
Msrc/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;