Merge "Remove memory leak."
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user