summaryrefslogtreecommitdiff
path: root/indra/llmessage/llhttpsdhandler.cpp
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-25 11:31:11 -0700
committerRider Linden <none@none>2015-03-25 11:31:11 -0700
commite140118fc41b79e403b299cabe1653af1971e87a (patch)
treea67ab5d98aaec4e6be50ddf67c537a799fcc8d15 /indra/llmessage/llhttpsdhandler.cpp
parent3c46c6bcf2afcac5e0d6f435480cbee5c3136f63 (diff)
Replace appearance responder with new LLCore Appearance Handler.
Prep for some slight cleanup of the code. Add AP_AVATAR Policy
Diffstat (limited to 'indra/llmessage/llhttpsdhandler.cpp')
-rw-r--r--indra/llmessage/llhttpsdhandler.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llmessage/llhttpsdhandler.cpp b/indra/llmessage/llhttpsdhandler.cpp
index aa9801cebc..18daf443ee 100644
--- a/indra/llmessage/llhttpsdhandler.cpp
+++ b/indra/llmessage/llhttpsdhandler.cpp
@@ -76,7 +76,9 @@ void LLHttpSDHandler::onCompleted(LLCore::HttpHandle handle, LLCore::HttpRespons
this->onSuccess(response, resplsd);
}
- // The handler must destroy itself when it is done.
+ // The handler must destroy itself when it is done.
+ // *TODO: I'm not fond of this pattern. A class shooting itself in the head
+ // outside of a smart pointer always makes me nervous.
delete this;
}