Stop occasional crash during shutdown
This commit is contained in:
@@ -554,7 +554,7 @@ bool LLApp::isQuitting()
|
||||
// static
|
||||
bool LLApp::isExiting()
|
||||
{
|
||||
return isQuitting() || isError();
|
||||
return isQuitting() || isError() || isStopped();
|
||||
}
|
||||
|
||||
void LLApp::disableCrashlogger()
|
||||
|
||||
Reference in New Issue
Block a user