Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3116634 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Free allocated varargs" into pi-dev

parents 1d107eae 480de784
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.