am 07291ccc: Merge "Remove memory leak."

* commit '07291cccc0348b5783659909a38e7fbd207f9605':
  Remove memory leak.
This commit is contained in:
Piotr Jastrzebski
2014-08-11 09:59:24 +00:00
committed by Android Git Automerger

View File

@@ -53,6 +53,10 @@ public:
_ZipEntryRO() : cookie(NULL) { _ZipEntryRO() : cookie(NULL) {
} }
~_ZipEntryRO() {
EndIteration(cookie);
}
private: private:
_ZipEntryRO(const _ZipEntryRO& other); _ZipEntryRO(const _ZipEntryRO& other);
_ZipEntryRO& operator=(const _ZipEntryRO& other); _ZipEntryRO& operator=(const _ZipEntryRO& other);