|
From: Paolo P. <pp...@ie...> - 2003-09-29 03:00:17
|
On Mon, Sep 29, 2003 at 03:47:31AM +0200, Paolo P. wrote: > On Sun, Sep 28, 2003 at 05:07:12PM -0400, Bill Yerazunis wrote: > > Note to self: remember to add free() on hashname[]s. > oops; done. > diff -urN br-beta5/crm114.c beta6/crm114.c > --- br-beta5/crm114.c Mon Sep 29 01:32:27 2003 > +++ beta6/crm114.c Mon Sep 29 03:28:19 2003 > close (hfds [k]); > munmap (hashes[k], hashlens[k]); > + munmap (hashname[k], strlen(hashname[k])+1); grrr... delete and forget it, ok? -- paolo |