diff -r b55963b3c382 code/nel/src/misc/i_xml.cpp --- a/code/nel/src/misc/i_xml.cpp Sun May 09 15:34:57 2010 -0700 +++ b/code/nel/src/misc/i_xml.cpp Sun May 09 16:44:23 2010 -0700 @@ -101,7 +101,6 @@ // Free it xmlClearParserCtxt (_Parser); xmlFreeParserCtxt (_Parser); - xmlCleanupParser (); _Parser = NULL; }