summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-05-05 21:13:11 +0300
committerGitHub <noreply@github.com>2025-05-05 21:13:11 +0300
commit9180a110bd5b0e41f182c32017b5dccd2eb265be (patch)
tree01182ad7af5cf9124c9a8fd9178e6eb7cb677a04
parentfe0a4f44cf172953fa44f26acb56e0be50ec8bb4 (diff)
#4028 Crash at onEmojiPickerClosed
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 96aac8c1e6..7c3d2b511b 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -106,6 +106,7 @@ LLFloaterIMSessionTab::~LLFloaterIMSessionTab()
{
delete mRefreshTimer;
LLIMMgr::instance().removeSessionObserver(this);
+ mEmojiCloseConn.disconnect();
LLFloaterIMContainer* im_container = LLFloaterIMContainer::findInstance();
if (im_container)