Merge "Free allocated varargs" into pi-dev am: c3116634e1

am: c83714bf14

Change-Id: Id9d06a58dd435119fd5f1cd915e1068642b8fd20
This commit is contained in:
Yi Jin
2018-04-17 13:41:35 -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.