summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-11-25 18:09:18 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2020-11-25 18:09:54 +0200
commit47bd603ceb2862f0aa389f8beb5376f0d6fdfcf9 (patch)
tree8c5e93ef91dd39d3a0e0751b7b1af248ac337ef0 /indra/newview/llvoiceclient.cpp
parent10fa792e115fd4be00931b25662545b6bb4c47f2 (diff)
SL-13733 One more vivox shutdown crash
Vivox was using dead pump
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index 377f3174f3..6991ca6698 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -180,6 +180,7 @@ void LLVoiceClient::terminate()
{
if (mVoiceModule) mVoiceModule->terminate();
mVoiceModule = NULL;
+ m_servicePump = NULL;
}
const LLVoiceVersionInfo LLVoiceClient::getVersion()