[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[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]