summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tools/util/consoleargs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/util/consoleargs.cpp b/src/tools/util/consoleargs.cpp
index e2529e9b5d..cfc448d344 100644
--- a/src/tools/util/consoleargs.cpp
+++ b/src/tools/util/consoleargs.cpp
@@ -665,7 +665,7 @@ LEADINGWHITE:
argLast = &listArgNew->next;
}
- delete szTemp;
+ delete[] szTemp;
}