From 72ed04283499ac59bdf6decf8f08960c6c03a7f2 Mon Sep 17 00:00:00 2001 From: Beq Date: Sat, 26 Oct 2024 13:56:46 +0100 Subject: [PATCH] [FIRE-34696] Improved stability in message processing --- indra/newview/llimprocessing.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llimprocessing.cpp b/indra/newview/llimprocessing.cpp index d3f7a6f08a..005c119bd4 100644 --- a/indra/newview/llimprocessing.cpp +++ b/indra/newview/llimprocessing.cpp @@ -753,6 +753,7 @@ void LLIMProcessing::processNewMessage(LLUUID from_id, case IM_NOTHING_SPECIAL: // p2p IM // Don't show dialog, just do IM if (!gAgent.isGodlike() + && gAgent.getRegion() // FIRE-34696 - BugSplat Crash: Firestorm_Releasex64!LLViewerRegion::isPrelude getRegion is null. && gAgent.getRegion()->isPrelude() && to_id.isNull()) {