diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-01-21 21:26:51 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-01-21 21:26:51 +0200 |
commit | 2a974d4e1c904dcf42c3d040014ee3dff0f3447f (patch) | |
tree | 0251882242e1960f37b1f3d605044d79ace03e6c | |
parent | 90cdbe4ba25d1461a3598453f6362f88452064e7 (diff) |
Fixed normal bug EXT-4611 (Crash on call VCP context menu)
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llparticipantlist.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) |