From 28f17cb8f6840aef0b7c2f8b3b7168466550aa64 Mon Sep 17 00:00:00 2001 From: Mike Antipov <mantipov@productengine.com> Date: Thu, 26 Nov 2009 14:01:10 +0200 Subject: [PATCH] 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 --- indra/newview/llparticipantlist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index bbcfb6b576d..a5440c36870 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); -- GitLab