From e9287a778c23b931ca4573b7a3afd1f12b80e2d3 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Sun, 23 Aug 2020 01:19:37 -0400
Subject: [PATCH] Fix shutdown leak in LLFloaterNotificationsTabbed

---
 indra/newview/llfloaternotificationstabbed.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llfloaternotificationstabbed.cpp b/indra/newview/llfloaternotificationstabbed.cpp
index d1679fd936d..c13bb3a75ba 100644
--- a/indra/newview/llfloaternotificationstabbed.cpp
+++ b/indra/newview/llfloaternotificationstabbed.cpp
@@ -117,6 +117,7 @@ void LLFloaterNotificationsTabbed::setSysWellChiclet(LLSysWellChiclet* chiclet)
 //---------------------------------------------------------------------------------
 LLFloaterNotificationsTabbed::~LLFloaterNotificationsTabbed()
 {
+    delete mNotificationsSeparator;
 }
 
 //---------------------------------------------------------------------------------
-- 
GitLab