mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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){
|
||||
werrstr("hungup queue");
|
||||
qunlock(&q->lk);
|
||||
free(e);
|
||||
return -1;
|
||||
}
|
||||
e->p = p;
|
||||
|
|
Loading…
Reference in a new issue