From 4bfee4cce8b39baeb7e7af0717c5b6e772025bee Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Tue, 14 Nov 2023 03:45:24 -0500
Subject: [PATCH] Bonk

---
 indra/newview/llnotificationlistitem.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/indra/newview/llnotificationlistitem.cpp b/indra/newview/llnotificationlistitem.cpp
index 566e5656ba3..1d0fbcef64c 100644
--- a/indra/newview/llnotificationlistitem.cpp
+++ b/indra/newview/llnotificationlistitem.cpp
@@ -378,11 +378,6 @@ LLGroupNotificationListItem::~LLGroupNotificationListItem()
 
 LLGroupNoticeNotificationListItem::~LLGroupNoticeNotificationListItem()
 {
-	if (mInventoryOffer != nullptr)
-	{
-        delete mInventoryOffer;
-        mInventoryOffer = nullptr;
-	}
 }
 
 BOOL LLGroupNoticeNotificationListItem::postBuild()
-- 
GitLab