From f268c26a3a8a6eb86054e9f0f0a35f3b8ba74ad8 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Fri, 11 Oct 2013 03:25:32 -0400 Subject: [PATCH] [LLIMMgr/LLIMPanel] Fix the crashes in notifyParticularFriendObservers() Forgot to write this line amidst everything else, my bad. --- indra/newview/llimpanel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index b65c62b00..c95658c18 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -405,6 +405,8 @@ void LLFloaterIMPanel::onAvatarNameLookup(const LLAvatarName& avatar_name) LLFloaterIMPanel::~LLFloaterIMPanel() { + LLAvatarTracker::instance().removeParticularFriendObserver(mOtherParticipantUUID, this); + delete mSpeakers; mSpeakers = NULL;