summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-01-06 17:54:23 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-01-06 18:25:21 +0200
commitedebc8f7a785be10753eb0b826b5fac3905e34ca (patch)
treee177b3d708a9269413b9a76ebdd234db827fb630
parent85162a4f609efaf3aa7412c6cd422f3900ba0cb3 (diff)
#3344 Crash at LLFloater::openFloater
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index b32b80331a..3726a95f64 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -1507,7 +1507,7 @@ bool idle_startup()
// create a container's instance for start a controlling conversation windows
// by the voice's events
LLFloaterIMContainer *im_inst = LLFloaterIMContainer::getInstance();
- if(gAgent.isFirstLogin())
+ if(gAgent.isFirstLogin() && im_inst)
{
im_inst->openFloater(im_inst->getKey());
}