SL-13830 One more crash when quiting on startup or right after teleport

master
Andrey Kleshchev 2020-10-10 01:10:53 +03:00
parent d9c779d59c
commit a5dd5037f8
1 changed files with 6 additions and 0 deletions

View File

@ -1744,6 +1744,12 @@ bool LLVivoxVoiceClient::waitForChannel()
return false;
}
if (sShuttingDown)
{
logoutOfVivox(true);
return false;
}
if (LLVoiceClient::instance().getVoiceEffectEnabled())
{
retrieveVoiceFonts();