Merge "Fix the double free in verify_package_compatibility()."
am: ce91df8293
Change-Id: I44f27412ad803b560a0ea317e7e0e2837e6fad39
This commit is contained in:
commit
dc388aab8b
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue