commit | d87bccd567ea1f99c8694967fa7ac883de8ba56a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Apr 18 03:31:49 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Apr 18 03:31:49 2017 +0000 |
tree | b00373facef0227c6eb859b5d448a26d68b3bde2 | |
parent | 35849591a0e351d76c6efd98152440226041ce96 [diff] | |
parent | dc388aab8b44a74cfd8eb307879e3ca2f878cfd5 [diff] |
Merge "Fix the double free in verify_package_compatibility()." am: ce91df8293 am: dc388aab8b Change-Id: I954027631743765ff3155a622a6618ac85056090
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.