From b42695e3d18a630b99fb7d5803404e9e61b6af83 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Sat, 2 Oct 2010 09:02:34 +0200 Subject: fix: Bug #413 1.3 Logout: crash when cancelling currency purchase todo: llfloaterbuycurrency needs refactor --- linden/indra/newview/llfloaterbuycurrency.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linden/indra/newview/llfloaterbuycurrency.cpp b/linden/indra/newview/llfloaterbuycurrency.cpp index 07723e0..5096495 100644 --- a/linden/indra/newview/llfloaterbuycurrency.cpp +++ b/linden/indra/newview/llfloaterbuycurrency.cpp @@ -192,7 +192,7 @@ BOOL LLFloaterBuyCurrencyUI::canClose() void LLFloaterBuyCurrencyUI::onClose(bool app_quitting) { LLFloater::onClose(app_quitting); - destroy(); + } void LLFloaterBuyCurrencyUI::updateUI() -- cgit v1.1