Re: [xml] libxml memory leak ?

2006-07-31 Thread Tim Van Holder
christophe barbe wrote: Thanks Mike, I was not expecting to have to do that as I was not parsing any document but it fixes the memory leak. Christophe On Fri, 2006-07-28 at 23:14 +0200, Mike Hommey wrote: On Fri, Jul 28, 2006 at 02:25:41PM -0400, christophe barbe [EMAIL PROTECTED]

[xml] libxml memory leak ?

2006-07-28 Thread christophe barbe
Hi All, I was tracking a memory leak and ended up with a very simple libxml program that leaks according to valgrind (I reproduced it with libxml 2.6.26). Could someone, please, have a look at the attached c file and tell me if I am doing something wrong? If not, I will create a bug report for

Re: [xml] libxml memory leak ?

2006-07-28 Thread Mike Hommey
On Fri, Jul 28, 2006 at 02:25:41PM -0400, christophe barbe [EMAIL PROTECTED] wrote: Hi All, I was tracking a memory leak and ended up with a very simple libxml program that leaks according to valgrind (I reproduced it with libxml 2.6.26). Could someone, please, have a look at the attached