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

Commit 8fced9b1 authored by Yi Jin's avatar Yi Jin Committed by android-build-merger
Browse files

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

am: c83714bf

Change-Id: Id9d06a58dd435119fd5f1cd915e1068642b8fd20
parents a70eb245 c83714bf
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.