From c847bfb6a5770a7b3496dda767dbcdb91cd09e80 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sun, 3 Mar 2019 22:05:16 -0500 Subject: [PATCH] Close, please --- indra/newview/llfloatermarketplacelistings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp index 20dc2839b..ed46ee78b 100644 --- a/indra/newview/llfloatermarketplacelistings.cpp +++ b/indra/newview/llfloatermarketplacelistings.cpp @@ -400,6 +400,7 @@ BOOL LLFloaterMarketplaceListings::postBuild() void LLFloaterMarketplaceListings::onClose(bool app_quitting) { + LLFloater::onClose(app_quitting); } void LLFloaterMarketplaceListings::onOpen(/*const LLSD& key*/)