Re: [PATCH] Fixed memory leak in list.c

2011-03-08 Thread Alexander Malysh
Hi,

commited to svn in lightly modified form.

Thanks,
Alexander Malysh

Am 08.03.2011 um 08:24 schrieb Donald Jackson:

 Hi everyone,
 
 Please see the attached patch which fixes a rare memory leak in list.c 
 
 When the destroy is called, it extracts until a NULL is found, which may not 
 necessarily be the last item in the list as gwlist allows you to add NULL 
 items to it.
 
 You will see why from my next patch :)
 
 Thanks,
 Donald
 
 www.panaceamobile.com
 
 list_memory_leak.patch



Re: [PATCH] Fixed memory leak in list.c

2011-03-08 Thread Stipe Tolj
Am 08.03.2011 23:06, schrieb Alexander Malysh:
 Hi,
 
 commited to svn in lightly modified form.

+1 ;)

Stipe

-- 
---
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture  Kannel Software Foundation (KSF)
http://www.tolj.org/  http://www.kannel.org/

mailto:st_{at}_tolj.org   mailto:stolj_{at}_kannel.org
---



smime.p7s
Description: S/MIME Cryptographic Signature


[PATCH] Fixed memory leak in list.c

2011-03-07 Thread Donald Jackson
Hi everyone,Please see the attached patch which fixes a rare memory leak in list.cWhen the destroy is called, it extracts until a NULL is found, which may not necessarily be the last item in the list as gwlist allows you to add NULL items to it.You will see why from my next patch :)Thanks,Donaldwww.panaceamobile.com

list_memory_leak.patch
Description: Binary data