aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvoiceclient.cpp')
-rw-r--r--linden/indra/newview/llvoiceclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp
index 8a0e0dd..9e1c90a 100644
--- a/linden/indra/newview/llvoiceclient.cpp
+++ b/linden/indra/newview/llvoiceclient.cpp
@@ -1339,7 +1339,7 @@ void LLVoiceClient::stateMachine()
1339 CloseHandle(pinfo.hThread); // stops leaks - nothing else 1339 CloseHandle(pinfo.hThread); // stops leaks - nothing else
1340 } 1340 }
1341 1341
1342 delete args2; 1342 delete[] args2;
1343#else // LL_WINDOWS 1343#else // LL_WINDOWS
1344 // This should be the same for mac and linux 1344 // This should be the same for mac and linux
1345 { 1345 {