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