diff options
author | Kitty Barnett <develop@catznip.com> | 2016-02-14 20:40:11 +0100 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2016-02-14 20:40:11 +0100 |
commit | ade46cfee04b21cbe88ab64f148e0087ef0a74c6 (patch) | |
tree | 35bf1c3f37573415be21b276109f33149c31436c /indra/newview/llnotificationlistitem.cpp | |
parent | cedfff131213d71b3f61194034a8b8a890416bcc (diff) |
FIXED Crash in LLGroupMgr::notifyObservers() when closing a group invitation before the group properties arrive
Diffstat (limited to 'indra/newview/llnotificationlistitem.cpp')
-rw-r--r-- | indra/newview/llnotificationlistitem.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llnotificationlistitem.cpp b/indra/newview/llnotificationlistitem.cpp index 8cdc2d7c0b..cbcf9cac9c 100644 --- a/indra/newview/llnotificationlistitem.cpp +++ b/indra/newview/llnotificationlistitem.cpp @@ -381,7 +381,7 @@ LLGroupNoticeNotificationListItem::LLGroupNoticeNotificationListItem(const Param buildFromFile("panel_notification_list_item.xml"); } -LLGroupNoticeNotificationListItem::~LLGroupNoticeNotificationListItem() +LLGroupNotificationListItem::~LLGroupNotificationListItem() { LLGroupMgr::getInstance()->removeObserver(this); } @@ -539,7 +539,6 @@ void LLGroupNoticeNotificationListItem::close() mInventoryOffer->forceResponse(IOR_DECLINE); mInventoryOffer = NULL; } - LLGroupMgr::getInstance()->removeObserver(this); } void LLGroupNoticeNotificationListItem::onClickAttachment() |