From 14dc1a11b812a4f3817b0eedf09d72669e0cacfc Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Fri, 14 Mar 2025 00:12:47 +0200 Subject: #3741 fix for mac crash on exit --- indra/newview/llpanelprofileclassifieds.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/indra/newview/llpanelprofileclassifieds.cpp b/indra/newview/llpanelprofileclassifieds.cpp index 3920dd82c8..62829b0745 100644 --- a/indra/newview/llpanelprofileclassifieds.cpp +++ b/indra/newview/llpanelprofileclassifieds.cpp @@ -78,13 +78,6 @@ class LLClassifiedHandler : public LLCommandHandler, public LLAvatarPropertiesOb public: // throttle calls from untrusted browsers LLClassifiedHandler() : LLCommandHandler("classified", UNTRUSTED_THROTTLE) {} - virtual ~LLClassifiedHandler() - { - if (LLAvatarPropertiesProcessor::instanceExists()) - { - LLAvatarPropertiesProcessor::getInstance()->removeObserver(LLUUID(), this); - } - } std::set mClassifiedIds; std::string mRequestVerb; -- cgit v1.2.3