diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index 0176f80479745..c9277a57bd07a 100644 --- a/cmds/incidentd/src/Section.cpp +++ b/cmds/incidentd/src/Section.cpp @@ -495,6 +495,7 @@ LogSection::LogSection(int id, const char* logID, ...) : WorkerThreadSection(id) name += " "; name += arg; } + va_end(args); switch (mLogID) { case LOG_ID_EVENTS: