summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2023-11-17 14:32:57 -0800
committerGitHub <noreply@github.com>2023-11-17 14:32:57 -0800
commitd6e7b5d73e2dd57ede568fe52ba2726ee861f9fa (patch)
tree16e86e0044ecd1bd32e7ff8bc69d9d6204f2050a /indra/newview
parentf98fa678205a4575ea2590994c863527c29c2ab9 (diff)
parentba1f87b36e91668b6f87bc996b06db79f2763901 (diff)
Merge pull request #520 from secondlife/SL-20553
SL-20553: Fix crash in ~PBRPickerAgentListener
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanelface.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index 02c00e7f87..bf54d17111 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -1915,8 +1915,6 @@ public:
{
gInventory.removeObserver(this);
mChangePending = false;
-
- LLInventoryObserver::~LLInventoryObserver();
}
};