From 70292fe84aef73754013348c6130242e77d2d49b Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Thu, 20 Sep 2012 19:54:03 +0800 Subject: [PATCH] Fixed a crash --- src/wraplibxml.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wraplibxml.cpp b/src/wraplibxml.cpp index d1c6817..7c3217b 100755 --- a/src/wraplibxml.cpp +++ b/src/wraplibxml.cpp @@ -102,7 +102,6 @@ bool WrapLibxml::validate ( const std::string& fileName ) { output = ""; - xmlCleanupParser(); xmlParserCtxtPtr ctxt; xmlDocPtr docPtr;