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

Commit 07291ccc authored by Piotr Jastrzebski's avatar Piotr Jastrzebski Committed by Gerrit Code Review
Browse files

Merge "Remove memory leak."

parents 94f3e47d 1a68b079
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);