diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2023-11-17 14:32:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-17 14:32:57 -0800 |
commit | d6e7b5d73e2dd57ede568fe52ba2726ee861f9fa (patch) | |
tree | 16e86e0044ecd1bd32e7ff8bc69d9d6204f2050a /indra/newview | |
parent | f98fa678205a4575ea2590994c863527c29c2ab9 (diff) | |
parent | ba1f87b36e91668b6f87bc996b06db79f2763901 (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.cpp | 2 |
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(); } }; |