Fixed a crash

This commit is contained in:
Zane U. Ji 2012-09-20 19:54:03 +08:00
parent 3387f756fa
commit 70292fe84a
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ bool WrapLibxml::validate ( const std::string& fileName )
{ {
output = ""; output = "";
xmlCleanupParser();
xmlParserCtxtPtr ctxt; xmlParserCtxtPtr ctxt;
xmlDocPtr docPtr; xmlDocPtr docPtr;