mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
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
|
// Free it
|
||||||
xmlClearParserCtxt (_Parser);
|
xmlClearParserCtxt (_Parser);
|
||||||
xmlFreeParserCtxt (_Parser);
|
xmlFreeParserCtxt (_Parser);
|
||||||
xmlCleanupParser ();
|
// commented due to the bug #857 xmlCleanupParser ();
|
||||||
|
|
||||||
_Parser = NULL;
|
_Parser = NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue