IMO you should change in xmlInitGlobals()

    if (xmlThrDefMutex != NULL)

to

   if (xmlThrDefMutex == NULL)


because you must allocate memory when xmlThrDefMutex is NULL (from static 
initialization).

----
Kai
______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to