Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc388aab authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "Fix the double free in verify_package_compatibility()."

am: ce91df82

Change-Id: I44f27412ad803b560a0ea317e7e0e2837e6fad39
parents beb1cb1d ce91df82
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.