From e254e6f453074055bc4e910f40cf72b1c3732f76 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Wed, 20 Mar 2024 18:18:33 -0400
Subject: [PATCH] Fix mac shutdown crash - Thanks Doug!

---
 indra/newview/llpanelprofileclassifieds.cpp | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/indra/newview/llpanelprofileclassifieds.cpp b/indra/newview/llpanelprofileclassifieds.cpp
index de981d37c00..ecbd82acc74 100644
--- a/indra/newview/llpanelprofileclassifieds.cpp
+++ b/indra/newview/llpanelprofileclassifieds.cpp
@@ -77,11 +77,6 @@ class LLClassifiedHandler : public LLCommandHandler, public LLAvatarPropertiesOb
 public:
     // throttle calls from untrusted browsers
     LLClassifiedHandler() : LLCommandHandler("classified", UNTRUSTED_THROTTLE) {}
-    ~LLClassifiedHandler()
-    {
-        if(LLAvatarPropertiesProcessor::instanceExists())
-            LLAvatarPropertiesProcessor::getInstance()->removeObserver(LLUUID(), this);
-    }
 
 	std::set<LLUUID> mClassifiedIds;
 	std::string mRequestVerb;
-- 
GitLab