commit | ce91df82935e296b48f8e1e620e318c2564f1e8b | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Apr 18 03:21:07 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 18 03:21:07 2017 +0000 |
tree | f24b78b6ed9b2f3ee185863d1169eeea11aae348 | |
parent | c1ca21a32d4cfdda773bad1c5da1657e4936b751 [diff] | |
parent | 99c549db74ea697136820cf4bdca8a486747f569 [diff] |
Merge "Fix the double free in verify_package_compatibility()."
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.