From 7314ac3a37d624e6a750fc12df64d08b584ad593 Mon Sep 17 00:00:00 2001 From: Seth ProductEngine Date: Wed, 1 Feb 2012 23:44:25 +0200 Subject: EXP-1672 FIXED Various fixes to prevent crashes in notifications. - Refactoring of LLToast and LLScreenChannel classes: moved LLToast signals to the private section. - Modified the screen channel's lists of toasts to store LLHandles instead of pointers and screen channel code to work with toast LLHandles. --- indra/newview/llinspecttoast.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llinspecttoast.cpp') diff --git a/indra/newview/llinspecttoast.cpp b/indra/newview/llinspecttoast.cpp index d7b82667d1..f4fe5dec01 100644 --- a/indra/newview/llinspecttoast.cpp +++ b/indra/newview/llinspecttoast.cpp @@ -72,6 +72,8 @@ LLInspectToast::LLInspectToast(const LLSD& notification_id) : LLInspectToast::~LLInspectToast() { LLTransientFloaterMgr::getInstance()->removeControlView(this); + + mConnection.disconnect(); } // virtual -- cgit v1.2.3