[LLIMMgr/LLIMPanel] Fix the crashes in notifyParticularFriendObservers()
Forgot to write this line amidst everything else, my bad.
This commit is contained in:
@@ -405,6 +405,8 @@ void LLFloaterIMPanel::onAvatarNameLookup(const LLAvatarName& avatar_name)
|
|||||||
|
|
||||||
LLFloaterIMPanel::~LLFloaterIMPanel()
|
LLFloaterIMPanel::~LLFloaterIMPanel()
|
||||||
{
|
{
|
||||||
|
LLAvatarTracker::instance().removeParticularFriendObserver(mOtherParticipantUUID, this);
|
||||||
|
|
||||||
delete mSpeakers;
|
delete mSpeakers;
|
||||||
mSpeakers = NULL;
|
mSpeakers = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user