[LLIMMgr/LLIMPanel] Fix the crashes in notifyParticularFriendObservers()

Forgot to write this line amidst everything else, my bad.
This commit is contained in:
Inusaito Sayori
2013-10-11 03:25:32 -04:00
parent aa86730df2
commit f268c26a3a

View File

@@ -405,6 +405,8 @@ void LLFloaterIMPanel::onAvatarNameLookup(const LLAvatarName& avatar_name)
LLFloaterIMPanel::~LLFloaterIMPanel()
{
LLAvatarTracker::instance().removeParticularFriendObserver(mOtherParticipantUUID, this);
delete mSpeakers;
mSpeakers = NULL;