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.