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

View File

@@ -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;