diff options
-rw-r--r-- | sapi/isapi/stresstest/stresstest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/stresstest/stresstest.cpp b/sapi/isapi/stresstest/stresstest.cpp index c7e634c152..97824e6be8 100644 --- a/sapi/isapi/stresstest/stresstest.cpp +++ b/sapi/isapi/stresstest/stresstest.cpp @@ -271,7 +271,7 @@ void DoThreads() { for (i=0; i< numThreads; i++) { CloseHandle(threads[i]); } - delete threads; + delete [] threads; } void DoFileList(const char *filelist, const char *environment) |