[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] leak in globals.c
- From: Prashant R <ramapra gmail com>
- To: xml gnome org
- Subject: [xml] leak in globals.c
- Date: Wed, 8 Jul 2009 18:10:48 -0700
void xmlInitGlobals(void)
{
xmlThrDefMutex = xmlNewMutex();
}
This function is called multiple times and new allocation occurs each time .
is this fixed or going to be a part of the next release ?
I searced the bug database , but couldnt find anything specific to this.
Thanks
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]