Skip to content

Commit a123323

Browse files
author
Rye
authored
Merge pull request #3021 from Ansariel/develop_webrtc_shutdown_fix
Fix shutdown crash in LLWebRTCVoiceClient
2 parents 2289375 + 3550dc5 commit a123323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llvoicewebrtc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void LLWebRTCVoiceClient::stopTimer()
303303
{
304304
if (mIsTimerActive)
305305
{
306-
LLMuteList::instanceExists();
306+
if (LLMuteList::instanceExists())
307307
{
308308
LLMuteList::getInstance()->removeObserver(this);
309309
}

0 commit comments

Comments
 (0)