Skip to content
Snippets Groups Projects
Commit af488c97 authored by Andrew A. de Laix's avatar Andrew A. de Laix
Browse files
parents fd799ca5 3ec74383
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,9 @@ LLFloaterPay::~LLFloaterPay() ...@@ -145,6 +145,9 @@ LLFloaterPay::~LLFloaterPay()
{ {
std::for_each(mCallbackData.begin(), mCallbackData.end(), DeletePointer()); std::for_each(mCallbackData.begin(), mCallbackData.end(), DeletePointer());
// Name callbacks will be automatically disconnected since LLFloater is trackable // Name callbacks will be automatically disconnected since LLFloater is trackable
// In case this floater is currently waiting for a reply.
gMessageSystem->setHandlerFuncFast(_PREHASH_PayPriceReply, 0, 0);
} }
BOOL LLFloaterPay::postBuild() BOOL LLFloaterPay::postBuild()
......
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