commit | 5e9ab210891070fb833a128dffef446aee5b7cb6 | [log] [tgz] |
---|---|---|
author | Sadaf Ebrahimi <sadafebrahimi@google.com> | Thu May 12 01:57:26 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 12 01:57:26 2022 +0000 |
tree | 59acaf18260d093dc25196130dff8905f6ba2f2c | |
parent | 1913f7728ada8466259f19d4b2684917c1cf63dc [diff] | |
parent | 1f4522bd98633988de8b31e808b209f86e04f8d4 [diff] |
Merge "Track libxml2 API changes." am: 3096c58650 am: d21a771983 am: d10fba30be am: 1f4522bd98 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2089706 Change-Id: Iadd22493b253f4cd459da1ae83b120bd81c56f9e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/audio/common/all-versions/test/utility/src/ValidateXml.cpp b/audio/common/all-versions/test/utility/src/ValidateXml.cpp index f111c01..4d6f003 100644 --- a/audio/common/all-versions/test/utility/src/ValidateXml.cpp +++ b/audio/common/all-versions/test/utility/src/ValidateXml.cpp
@@ -63,11 +63,8 @@ xmlSetGenericErrorFunc(this, errorCb); } ~Libxml2Global() { - // TODO: check if all those cleanup are needed xmlSetGenericErrorFunc(nullptr, nullptr); - xmlSchemaCleanupTypes(); xmlCleanupParser(); - xmlCleanupThreads(); } const std::string& getErrors() { return errors; }