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

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

Merge "Free allocated varargs" into pi-dev

am: c3116634

Change-Id: Iaa62f67364a7f5d34b578b319cd1a06b565db5b8
parents a3ba94b3 c3116634
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.