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

Commit 388aedee authored by Piotr Jastrzebski's avatar Piotr Jastrzebski Committed by Android Git Automerger
Browse files

am 07291ccc: Merge "Remove memory leak."

* commit '07291ccc':
  Remove memory leak.
parents e998bb17 07291ccc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@ public:
    _ZipEntryRO() : cookie(NULL) {
    }

    ~_ZipEntryRO() {
      EndIteration(cookie);
    }

private:
    _ZipEntryRO(const _ZipEntryRO& other);
    _ZipEntryRO& operator=(const _ZipEntryRO& other);