diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-25 18:09:18 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-11-25 18:09:54 +0200 |
commit | 47bd603ceb2862f0aa389f8beb5376f0d6fdfcf9 (patch) | |
tree | 8c5e93ef91dd39d3a0e0751b7b1af248ac337ef0 /indra/newview/llvoiceclient.cpp | |
parent | 10fa792e115fd4be00931b25662545b6bb4c47f2 (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.cpp | 1 |
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() |