diff --git a/system/xmllib/libxslt_processor.cpp b/system/xmllib/libxslt_processor.cpp index c06e3f5450e..46fab63f5bc 100644 --- a/system/xmllib/libxslt_processor.cpp +++ b/system/xmllib/libxslt_processor.cpp @@ -729,7 +729,6 @@ CLibXslProcessor::CLibXslProcessor() { m_cachetimeout = XSLT_DEFAULT_CACHETIMEOUT; - xmlInitMemory(); xmlInitParser(); xmlSubstituteEntitiesDefault(1); @@ -747,7 +746,6 @@ CLibXslProcessor::~CLibXslProcessor() { xsltCleanupGlobals(); xmlCleanupParser(); - xmlCleanupMemory(); } static CLibXslProcessor xslProcessor;