From 2a974d4e1c904dcf42c3d040014ee3dff0f3447f Mon Sep 17 00:00:00 2001 From: Eugene Mutavchi Date: Thu, 21 Jan 2010 21:26:51 +0200 Subject: Fixed normal bug EXT-4611 (Crash on call VCP context menu) --HG-- branch : product-engine --- indra/newview/llparticipantlist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index a91d9bb429..88b706fb6b 100644 --- a/indra/newview/llparticipantlist.cpp +++ b/indra/newview/llparticipantlist.cpp @@ -125,6 +125,8 @@ LLParticipantList::~LLParticipantList() delete mParticipantListMenu; mParticipantListMenu = NULL; } + + mAvatarList->setContextMenu(NULL); } void LLParticipantList::setSpeakingIndicatorsVisible(BOOL visible) -- cgit v1.2.3