commit | d21a7719838b34382ec7a76de90986ca9b9970d5 | [log] [tgz] |
---|---|---|
author | Sadaf Ebrahimi <sadafebrahimi@google.com> | Wed May 11 22:55:55 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 11 22:55:55 2022 +0000 |
tree | 14d635893fa367d0a6d6912dead8d52a5175d231 | |
parent | fa8cb7ed59a31db6eea1eeda634a63e1927e6cdd [diff] | |
parent | 3096c58650f8660e4a5ed2e212ba3e78786fd1f5 [diff] |
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>
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; }