mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-03 18:30:33 +05:00
xmlCleanupParser should not be called from the application
This commit is contained in:
parent
76d199bd79
commit
f6c23ad069
@ -230,7 +230,7 @@ namespace GEOMUtils
|
||||
} // end root node
|
||||
|
||||
xmlFreeDoc(doc);
|
||||
xmlCleanupParser();
|
||||
//xmlCleanupParser();//vsr: xmlCleanupParser should not be called from the application
|
||||
} // end xml doc
|
||||
}
|
||||
#ifdef MYDEBUG
|
||||
|
@ -310,7 +310,7 @@ namespace {
|
||||
parseXaoNode(doc, root, xaoObject);
|
||||
|
||||
xmlFreeDoc(doc); // free document
|
||||
xmlCleanupParser(); // free globals
|
||||
//xmlCleanupParser(); // free globals //vsr: xmlCleanupParser should not be called from the application
|
||||
}
|
||||
|
||||
void parseXaoNode(xmlDocPtr doc, xmlNodePtr xaoNode, Xao* xaoObject)
|
||||
|
Loading…
Reference in New Issue
Block a user