bug from wkj

This commit is contained in:
rsc 2003-12-09 18:07:09 +00:00
parent e95a70884b
commit ac244f8d28

View file

@ -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;