Fixed: #857 linux/assertion failure CCoTask::getCurrentTask() == this. patch by ratmice
This commit is contained in:
parent
38585d3999
commit
c1ecaac78c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void CIXml::release ()
|
|||
// Free it
|
||||
xmlClearParserCtxt (_Parser);
|
||||
xmlFreeParserCtxt (_Parser);
|
||||
xmlCleanupParser ();
|
||||
// commented due to the bug #857 xmlCleanupParser ();
|
||||
|
||||
_Parser = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue