SL-13830 One more crash when quiting on startup or right after teleport
parent
d9c779d59c
commit
a5dd5037f8
|
|
@ -1744,6 +1744,12 @@ bool LLVivoxVoiceClient::waitForChannel()
|
|||
return false;
|
||||
}
|
||||
|
||||
if (sShuttingDown)
|
||||
{
|
||||
logoutOfVivox(true);
|
||||
return false;
|
||||
}
|
||||
|
||||
if (LLVoiceClient::instance().getVoiceEffectEnabled())
|
||||
{
|
||||
retrieveVoiceFonts();
|
||||
|
|
|
|||
Loading…
Reference in New Issue