Skip to content
Snippets Groups Projects
Commit c8f0cdd1 authored by Alexander Gavriliuk's avatar Alexander Gavriliuk Committed by Guru
Browse files

#2257 BugSplat Crash #15036827: SecondLifeViewer!LLFloaterIMSessionTab::enableDisableCallBtn(438)

parent 5cff84ff
No related branches found
No related tags found
No related merge requests found
...@@ -433,7 +433,7 @@ void LLFloaterIMSessionTab::draw() ...@@ -433,7 +433,7 @@ void LLFloaterIMSessionTab::draw()
void LLFloaterIMSessionTab::enableDisableCallBtn() void LLFloaterIMSessionTab::enableDisableCallBtn()
{ {
if (LLVoiceClient::instanceExists() && mVoiceButton) if (!LLApp::isExiting() && LLVoiceClient::instanceExists() && mVoiceButton)
{ {
mVoiceButton->setEnabled( mVoiceButton->setEnabled(
mSessionID.notNull() mSessionID.notNull()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment