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

Fix shutdown leak in LLFloaterNotificationsTabbed

parent 3ab9ef16
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ void LLFloaterNotificationsTabbed::setSysWellChiclet(LLSysWellChiclet* chiclet)
//---------------------------------------------------------------------------------
LLFloaterNotificationsTabbed::~LLFloaterNotificationsTabbed()
{
delete mNotificationsSeparator;
}
//---------------------------------------------------------------------------------
......
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