Merge "Fix compilation warning."

am: 5af0991

* commit '5af0991bfce1695818c76ef3db2c36cc609f4980':
  Fix compilation warning.
This commit is contained in:
Ying Wang 2016-03-17 22:55:45 +00:00 committed by android-build-merger
commit 3fbc1c655c
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ private:
mExtraField(NULL),
mFileComment(NULL)
{}
virtual ~CentralDirEntry(void) {
~CentralDirEntry(void) {
delete[] mFileName;
delete[] mExtraField;
delete[] mFileComment;