[xml] leak in globals.c



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]