Re: [Patch] Plug some memleaks

2007-10-16 Thread Micah Cowan
Hrvoje Niksic wrote: Gisle Vanem [EMAIL PROTECTED] writes: Building with 'DEBUG_MALLOC' reveals some memory leaks that should be plugged IMHO. Recursive d/l has lots more leaks which I didn't address with the following patch (yet). Note that, technically, those are not leaks in real need

Re: [Patch] Plug some memleaks

2007-10-16 Thread Hrvoje Niksic
Micah Cowan [EMAIL PROTECTED] writes: Note that, technically, those are not leaks in real need of plugging because they get called only once, i.e. they do not accumulate (leak) unused memory. Of course, it's still a good idea to remove them, if nothing else, then to remove false positives