commit | daf9955f68a2fcf36ae45dbb0882c1f5b6678fb8 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Apr 17 19:41:53 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Apr 17 19:41:53 2017 +0000 |
tree | cf5bbb05a9943107dd826f8b160c929772d10f34 | |
parent | 7fa75c551e127ea91b6a43a5584d46f0254f0879 [diff] | |
parent | 7b781d9a40ac4b27a82ce60879be17fa9a46ec20 [diff] |
Fix the double free in verify_package_compatibility(). am: f978278995 am: 7b781d9a40 Change-Id: I2053bb1754febb22dc20cde4fe6ebced45e16ad1
diff --git a/install.cpp b/install.cpp index b4b869b..6dcd356 100644 --- a/install.cpp +++ b/install.cpp
@@ -544,7 +544,6 @@ } compatibility_info.emplace_back(std::move(content)); } - EndIteration(cookie); CloseArchive(zip_handle); // TODO(b/36814503): Enable the actual verification when VintfObject::CheckCompatibility() lands.