diff --git a/indra/newview/llparticipantlist.cpp b/indra/newview/llparticipantlist.cpp index a91d9bb42934384d3c667c9216615d896cb7e53a..88b706fb6bf9aab3c7ab9cb99a214f5dc70cb6d9 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)