summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-18 05:21:07 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-18 05:21:07 +0200
commitce91df82935e296b48f8e1e620e318c2564f1e8b (patch)
treef24b78b6ed9b2f3ee185863d1169eeea11aae348
parentMerge changes from topic 'libvintf' (diff)
parentFix the double free in verify_package_compatibility(). (diff)
downloadandroid_bootable_recovery-ce91df82935e296b48f8e1e620e318c2564f1e8b.tar
android_bootable_recovery-ce91df82935e296b48f8e1e620e318c2564f1e8b.tar.gz
android_bootable_recovery-ce91df82935e296b48f8e1e620e318c2564f1e8b.tar.bz2
android_bootable_recovery-ce91df82935e296b48f8e1e620e318c2564f1e8b.tar.lz
android_bootable_recovery-ce91df82935e296b48f8e1e620e318c2564f1e8b.tar.xz
android_bootable_recovery-ce91df82935e296b48f8e1e620e318c2564f1e8b.tar.zst
android_bootable_recovery-ce91df82935e296b48f8e1e620e318c2564f1e8b.zip
-rw-r--r--install.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index b4b869b98..6dcd3565e 100644
--- a/install.cpp
+++ b/install.cpp
@@ -544,7 +544,6 @@ bool verify_package_compatibility(ZipArchiveHandle package_zip) {
}
compatibility_info.emplace_back(std::move(content));
}
- EndIteration(cookie);
CloseArchive(zip_handle);
// TODO(b/36814503): Enable the actual verification when VintfObject::CheckCompatibility() lands.