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

hg/feature/sound
vl 15 years ago
parent 45283a568c
commit b577ab73bc

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

Loading…
Cancel
Save