[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] _xmlGlobalInitMutexLock() possible memory leak (2.6.30/win32)
- From: Ted Phelps <phelps mantara com>
- To: Jason Millard <jsm174 gmail com>, xml gnome org
- Subject: Re: [xml] _xmlGlobalInitMutexLock() possible memory leak (2.6.30/win32)
- Date: Mon, 05 Nov 2007 14:32:43 -0500
Hi Jason,
Jason Millard writes:
> I'm using libxml2-2.6.30 on Windows. I am seeing a memory leak in
> somewhere in _xmlGlobalInitMutexLock() function.
That's almost certainly going to be the mutex that protects the library
from being initialized multiple times. The leak is harmless -- it'll
only ever leak those 24 bytes -- but it might be possible to make it go
away. I think I was the last person to hack that code, so I'll see if I
can find some time to look into it...
Cheers,
-Ted
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]