mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Track libxml2 API changes." am: 3096c58650
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2089706 Change-Id: If0afe5b65cf36d252118f1306c594d806710c402 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user