Loading audio/common/all-versions/test/utility/src/ValidateXml.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -63,11 +63,8 @@ struct Libxml2Global { xmlSetGenericErrorFunc(this, errorCb); } ~Libxml2Global() { // TODO: check if all those cleanup are needed xmlSetGenericErrorFunc(nullptr, nullptr); xmlSchemaCleanupTypes(); xmlCleanupParser(); xmlCleanupThreads(); } const std::string& getErrors() { return errors; } Loading Loading
audio/common/all-versions/test/utility/src/ValidateXml.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -63,11 +63,8 @@ struct Libxml2Global { xmlSetGenericErrorFunc(this, errorCb); } ~Libxml2Global() { // TODO: check if all those cleanup are needed xmlSetGenericErrorFunc(nullptr, nullptr); xmlSchemaCleanupTypes(); xmlCleanupParser(); xmlCleanupThreads(); } const std::string& getErrors() { return errors; } Loading