Merge "Free allocated varargs" into pi-dev

am: c3116634e1

Change-Id: Iaa62f67364a7f5d34b578b319cd1a06b565db5b8
This commit is contained in:
Yi Jin
2018-04-17 13:28:08 -07:00
committed by android-build-merger

View File

@@ -310,7 +310,7 @@ GZipSection::GZipSection(int id, const char* filename, ...) : Section(id) {
}
}
GZipSection::~GZipSection() {}
GZipSection::~GZipSection() { free(mFilenames); }
status_t GZipSection::Execute(ReportRequestSet* requests) const {
// Reads the files in order, use the first available one.