Re: [Libreoffice] Memory leak in ./build/libreoffice-3.2.99.2/libxml2/unxlngi6.pro/misc/build/libxml2-2.7.6/xmlmemory.c

2010-10-24 Thread Norbert Thiebaud
On Sun, Oct 24, 2010 at 7:55 AM, julien serval2...@yahoo.fr wrote: Hi, I keep on with cppcheck and i found 3 functions in the this file with a call to malloc without call to free : xmlMallocLoc and xmlMallocAtomicLoc and xmlMemStrdupLoc By the name of it, I would expect these function to do

Re: [Libreoffice] Memory leak in ./build/libreoffice-3.2.99.2/libxml2/unxlngi6.pro/misc/build/libxml2-2.7.6/xmlmemory.c

2010-10-24 Thread julien
Le 24/10/2010 15:06, Norbert Thiebaud a écrit : On Sun, Oct 24, 2010 at 7:55 AM, julienserval2...@yahoo.fr wrote: Hi, I keep on with cppcheck and i found 3 functions in the this file with a call to malloc without call to free : xmlMallocLoc and xmlMallocAtomicLoc and xmlMemStrdupLoc