Merge "Free allocated varargs" into pi-dev am: c3116634e1
am: c83714bf14
Change-Id: Id9d06a58dd435119fd5f1cd915e1068642b8fd20
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user