Skip to content
Snippets Groups Projects
Commit e254e6f4 authored by Rye Mutt's avatar Rye Mutt :bread: Committed by RobotRoss
Browse files

Fix mac shutdown crash - Thanks Doug!

parent 125ca13b
No related branches found
No related tags found
No related merge requests found
...@@ -77,11 +77,6 @@ class LLClassifiedHandler : public LLCommandHandler, public LLAvatarPropertiesOb ...@@ -77,11 +77,6 @@ class LLClassifiedHandler : public LLCommandHandler, public LLAvatarPropertiesOb
public: public:
// throttle calls from untrusted browsers // throttle calls from untrusted browsers
LLClassifiedHandler() : LLCommandHandler("classified", UNTRUSTED_THROTTLE) {} LLClassifiedHandler() : LLCommandHandler("classified", UNTRUSTED_THROTTLE) {}
~LLClassifiedHandler()
{
if(LLAvatarPropertiesProcessor::instanceExists())
LLAvatarPropertiesProcessor::getInstance()->removeObserver(LLUUID(), this);
}
std::set<LLUUID> mClassifiedIds; std::set<LLUUID> mClassifiedIds;
std::string mRequestVerb; std::string mRequestVerb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment