diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-09 21:11:19 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-09 21:11:19 +0200 |
commit | b9ac5b8ac43d48fa6d34d513e595ad1e2a5d6307 (patch) | |
tree | 3d50e194cec276e670d87df9a23472ca39bc8fdc /indra/newview/llfloaterimsessiontab.cpp | |
parent | 4a4c1388919167f14ef9b48bd2709b07af8b0685 (diff) |
SL-16992 Crash at LLVivoxVoiceClient::notifyStatusObservers
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 43dc304c10..34499ac170 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -384,7 +384,7 @@ void LLFloaterIMSessionTab::draw() void LLFloaterIMSessionTab::enableDisableCallBtn() { - if (LLVoiceClient::instanceExists()) + if (LLVoiceClient::instanceExists() && mVoiceButton) { mVoiceButton->setEnabled( mSessionID.notNull() |