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Â