mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: #857 linux/assertion failure CCoTask::getCurrentTask() == this. patch by ratmice
This commit is contained in:
parent
86eb5705d9
commit
e8d8f0cafa
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