diff options
Diffstat (limited to 'cmds/incidentd/src/Section.cpp')
-rw-r--r-- | cmds/incidentd/src/Section.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/incidentd/src/Section.cpp b/cmds/incidentd/src/Section.cpp index 0176f8047974..c9277a57bd07 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: |