diff options
| -rw-r--r-- | cmds/incidentd/src/Section.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index 5604973b54bc..93875cde4e24 100644 --- a/cmds/incidentd/src/Section.cpp +++ b/cmds/incidentd/src/Section.cpp @@ -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. |