Skip to content
Snippets Groups Projects
Commit 1ccdf5ad authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix the Group notice thing fix

parent a6c19f7e
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -376,6 +376,15 @@ LLGroupNotificationListItem::~LLGroupNotificationListItem()
LLGroupMgr::getInstance()->removeObserver(this);
}
LLGroupNoticeNotificationListItem::~LLGroupNoticeNotificationListItem()
{
if (mInventoryOffer != nullptr)
{
delete mInventoryOffer;
mInventoryOffer = nullptr;
}
}
BOOL LLGroupNoticeNotificationListItem::postBuild()
{
BOOL rv = LLGroupNotificationListItem::postBuild();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment