diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-01-26 19:35:42 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-01-26 19:35:42 +0200 |
commit | 9429d5d2f23c28c47b3f87774e811213cb9e2997 (patch) | |
tree | 9f2fe2d5c250f8a1a950c59d3c04995382342280 /indra/newview/llcallfloater.cpp | |
parent | bbc265a9d5230603b7ee1b3f974ef27154d8507f (diff) |
EXP-1839 WIP Added some debugging messages.
Diffstat (limited to 'indra/newview/llcallfloater.cpp')
-rw-r--r-- | indra/newview/llcallfloater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llcallfloater.cpp b/indra/newview/llcallfloater.cpp index e3217668c5..c95e8234ff 100644 --- a/indra/newview/llcallfloater.cpp +++ b/indra/newview/llcallfloater.cpp @@ -333,6 +333,7 @@ void LLCallFloater::refreshParticipantList() if (!non_avatar_caller) { + llassert(mParticipants == NULL); // check for possible memory leak mParticipants = new LLParticipantList(mSpeakerManager, mAvatarList, true, mVoiceType != VC_GROUP_CHAT && mVoiceType != VC_AD_HOC_CHAT, false); mParticipants->setValidateSpeakerCallback(boost::bind(&LLCallFloater::validateSpeaker, this, _1)); const U32 speaker_sort_order = gSavedSettings.getU32("SpeakerParticipantDefaultOrder"); |