Merge "Free allocated varargs" into pi-dev
am: c3116634e1
Change-Id: Iaa62f67364a7f5d34b578b319cd1a06b565db5b8
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 {
|
status_t GZipSection::Execute(ReportRequestSet* requests) const {
|
||||||
// Reads the files in order, use the first available one.
|
// Reads the files in order, use the first available one.
|
||||||
|
|||||||
Reference in New Issue
Block a user