Skip to content
Snippets Groups Projects
Commit 696baeec authored by Drake Arconis's avatar Drake Arconis
Browse files

Uncomment this

parent a0d9da87
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ LLSidepanelInventory::~LLSidepanelInventory() ...@@ -144,7 +144,7 @@ LLSidepanelInventory::~LLSidepanelInventory()
{ {
gInventory.removeObserver(mInboxAddedObserver); gInventory.removeObserver(mInboxAddedObserver);
} }
//delete mInboxAddedObserver; // FIXME: Leak fix crashes on shutdown :( delete mInboxAddedObserver;
} }
void handleInventoryDisplayInboxChanged() void handleInventoryDisplayInboxChanged()
......
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