Loading cmds/incidentd/src/Section.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
cmds/incidentd/src/Section.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading