Fixed a crash
This commit is contained in:
parent
3387f756fa
commit
70292fe84a
|
@ -102,7 +102,6 @@ bool WrapLibxml::validate ( const std::string& fileName )
|
||||||
{
|
{
|
||||||
output = "";
|
output = "";
|
||||||
|
|
||||||
xmlCleanupParser();
|
|
||||||
xmlParserCtxtPtr ctxt;
|
xmlParserCtxtPtr ctxt;
|
||||||
xmlDocPtr docPtr;
|
xmlDocPtr docPtr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue