mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-09 18:03:08 +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
|
} // end root node
|
||||||
|
|
||||||
xmlFreeDoc(doc);
|
xmlFreeDoc(doc);
|
||||||
xmlCleanupParser();
|
//xmlCleanupParser();//vsr: xmlCleanupParser should not be called from the application
|
||||||
} // end xml doc
|
} // end xml doc
|
||||||
}
|
}
|
||||||
#ifdef MYDEBUG
|
#ifdef MYDEBUG
|
||||||
|
@ -310,7 +310,7 @@ namespace {
|
|||||||
parseXaoNode(doc, root, xaoObject);
|
parseXaoNode(doc, root, xaoObject);
|
||||||
|
|
||||||
xmlFreeDoc(doc); // free document
|
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)
|
void parseXaoNode(xmlDocPtr doc, xmlNodePtr xaoNode, Xao* xaoObject)
|
||||||
|
Loading…
Reference in New Issue
Block a user