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