mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
bug from wkj
This commit is contained in:
parent
e95a70884b
commit
ac244f8d28
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ _muxqsend(Muxqueue *q, void *p)
|
||||||
if(q->hungup){
|
if(q->hungup){
|
||||||
werrstr("hungup queue");
|
werrstr("hungup queue");
|
||||||
qunlock(&q->lk);
|
qunlock(&q->lk);
|
||||||
|
free(e);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
e->p = p;
|
e->p = p;
|
||||||
|
|
Loading…
Reference in a new issue