Skip to content

Commit edebc8f

Browse files
committed
#3344 Crash at LLFloater::openFloater
1 parent 85162a4 commit edebc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/newview/llstartup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ bool idle_startup()
15071507
// create a container's instance for start a controlling conversation windows
15081508
// by the voice's events
15091509
LLFloaterIMContainer *im_inst = LLFloaterIMContainer::getInstance();
1510-
if(gAgent.isFirstLogin())
1510+
if(gAgent.isFirstLogin() && im_inst)
15111511
{
15121512
im_inst->openFloater(im_inst->getKey());
15131513
}

0 commit comments

Comments
 (0)