diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-03-14 00:12:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-14 00:12:47 +0200 |
commit | 14dc1a11b812a4f3817b0eedf09d72669e0cacfc (patch) | |
tree | 35209be39631c80b7058460cb73a0fff49cff751 | |
parent | d7e9f159234fa5795be83d94cd39730443753659 (diff) |
#3741 fix for mac crash on exit
-rw-r--r-- | indra/newview/llpanelprofileclassifieds.cpp | 7 |
1 files changed, 0 insertions, 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<LLUUID> mClassifiedIds; std::string mRequestVerb; |