URI:
       tbug from wkj - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ac244f8d287a6119155ea672c8fd13c487c5e4c7
   DIR parent e95a70884b2eb361e0e879a91e5b46aea4e1d633
  HTML Author: rsc <devnull@localhost>
       Date:   Tue,  9 Dec 2003 18:07:09 +0000
       
       bug from wkj
       
       Diffstat:
         M src/libmux/queue.c                  |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/src/libmux/queue.c b/src/libmux/queue.c
       t@@ -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;