diff options
Diffstat (limited to 'tools/incident_report')
-rw-r--r-- | tools/incident_report/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/incident_report/main.cpp b/tools/incident_report/main.cpp index 302d7395f3e4..be33afcf0f38 100644 --- a/tools/incident_report/main.cpp +++ b/tools/incident_report/main.cpp @@ -549,6 +549,7 @@ main(int argc, char** argv) args[argpos++] = NULL; execvp(args[0], (char*const*)args); fprintf(stderr, "execvp failed: %s\n", strerror(errno)); + free(args); return 0; } else { // parent |