forked from openkylin/platform_build
Merge "Fix compilation warning."
am: 5af0991
* commit '5af0991bfce1695818c76ef3db2c36cc609f4980':
Fix compilation warning.
This commit is contained in:
commit
3fbc1c655c
|
@ -290,7 +290,7 @@ private:
|
|||
mExtraField(NULL),
|
||||
mFileComment(NULL)
|
||||
{}
|
||||
virtual ~CentralDirEntry(void) {
|
||||
~CentralDirEntry(void) {
|
||||
delete[] mFileName;
|
||||
delete[] mExtraField;
|
||||
delete[] mFileComment;
|
||||
|
|
Loading…
Reference in New Issue