Fixed: #857 linux/assertion failure CCoTask::getCurrentTask() == this. patch by ratmice

This commit is contained in:
vl 2010-05-10 17:38:27 +02:00
parent 38585d3999
commit c1ecaac78c

View file

@ -101,7 +101,7 @@ void CIXml::release ()
// Free it // Free it
xmlClearParserCtxt (_Parser); xmlClearParserCtxt (_Parser);
xmlFreeParserCtxt (_Parser); xmlFreeParserCtxt (_Parser);
xmlCleanupParser (); // commented due to the bug #857 xmlCleanupParser ();
_Parser = NULL; _Parser = NULL;
} }