diff options
| author | Cosmic Linden <cosmic@lindenlab.com> | 2023-11-17 13:26:08 -0800 | 
|---|---|---|
| committer | Cosmic Linden <cosmic@lindenlab.com> | 2023-11-17 13:26:08 -0800 | 
| commit | ba1f87b36e91668b6f87bc996b06db79f2763901 (patch) | |
| tree | 16e86e0044ecd1bd32e7ff8bc69d9d6204f2050a /indra | |
| parent | f98fa678205a4575ea2590994c863527c29c2ab9 (diff) | |
SL-20553: Fix crash in ~PBRPickerAgentListener
Diffstat (limited to 'indra')
| -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();      }  }; | 
