Merge "Fix compilation warning."
This commit is contained in:
@@ -290,7 +290,7 @@ private:
|
|||||||
mExtraField(NULL),
|
mExtraField(NULL),
|
||||||
mFileComment(NULL)
|
mFileComment(NULL)
|
||||||
{}
|
{}
|
||||||
virtual ~CentralDirEntry(void) {
|
~CentralDirEntry(void) {
|
||||||
delete[] mFileName;
|
delete[] mFileName;
|
||||||
delete[] mExtraField;
|
delete[] mExtraField;
|
||||||
delete[] mFileComment;
|
delete[] mFileComment;
|
||||||
|
Reference in New Issue
Block a user