summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2019-09-10 17:55:27 +0300
committermaxim_productengine <mnikolenko@productengine.com>2019-09-10 17:55:27 +0300
commit05fcbb5df96c93fa2ba61411c34dcb097ab02c61 (patch)
treebc03501a73661d076157e9283d2bb60ef986025f /indra
parente29b3605c31e2e1cbbc932ce75b327f98b70f513 (diff)
SL-11909 FIXED Crash in Second Life Release!LLIMProcessing::requestOfflineMessagesCoro
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llimprocessing.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp
index 5b9ef7e60a..42043a03f2 100644
--- a/indra/newview/llimprocessing.cpp
+++ b/indra/newview/llimprocessing.cpp
@@ -29,6 +29,7 @@
#include "llimprocessing.h"
#include "llagent.h"
+#include "llappviewer.h"
#include "llavatarnamecache.h"
#include "llfirstuse.h"
#include "llfloaterreg.h"
@@ -1474,6 +1475,7 @@ void LLIMProcessing::requestOfflineMessages()
static BOOL requested = FALSE;
if (!requested
&& gMessageSystem
+ && !gDisconnected
&& LLMuteList::getInstance()->isLoaded()
&& isAgentAvatarValid()
&& gAgent.getRegion()