summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-11-26 14:01:10 +0200
committerMike Antipov <mantipov@productengine.com>2009-11-26 14:01:10 +0200
commit28f17cb8f6840aef0b7c2f8b3b7168466550aa64 (patch)
tree323ba928486446252e0d0fecb503efeb16842fe3 /indra
parent93920daf63e73720be4a6e815cfdfae4cfbe212e (diff)
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- init member for context menu in Participant List to avoid deleting of uninitialized pointer --HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llparticipantlist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp
index bbcfb6b576..a5440c3687 100644
--- a/indra/newview/llparticipantlist.cpp
+++ b/indra/newview/llparticipantlist.cpp
@@ -51,6 +51,7 @@ LLParticipantList::LLParticipantList(LLSpeakerMgr* data_source, LLAvatarList* av
mSpeakerMgr(data_source),
mAvatarList(avatar_list),
mSortOrder(E_SORT_BY_NAME)
+, mParticipantListMenu(NULL)
{
mSpeakerAddListener = new SpeakerAddListener(*this);
mSpeakerRemoveListener = new SpeakerRemoveListener(*this);