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

Commit 6da63f63 authored by Piotr Jastrzebski's avatar Piotr Jastrzebski Committed by Android Git Automerger
Browse files

am 388aedee: am 07291ccc: Merge "Remove memory leak."

* commit '388aedee':
  Remove memory leak.
parents 9b03b159 388aedee
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);