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…
Add table
Add a link
Reference in a new issue