Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d10fba30 authored by Sadaf Ebrahimi's avatar Sadaf Ebrahimi Committed by Automerger Merge Worker
Browse files

Merge "Track libxml2 API changes." am: 3096c586 am: d21a7719

parents 9760004c d21a7719
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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; }