Merge "Free allocated varargs" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c3116634e1
@@ -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