Stop occasional crash during shutdown

This commit is contained in:
Siana Gearz
2013-12-10 23:11:07 +01:00
parent 64e7be0321
commit c5adb01ed9
2 changed files with 2 additions and 2 deletions

View File

@@ -554,7 +554,7 @@ bool LLApp::isQuitting()
// static
bool LLApp::isExiting()
{
return isQuitting() || isError();
return isQuitting() || isError() || isStopped();
}
void LLApp::disableCrashlogger()