From 0fa8fbc4a7011b868716b09c1ab616a09e28fe0f Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Thu, 8 Sep 2022 22:38:48 +0300 Subject: SL-16156 Fix exit crash in 360 snapshot floater --- indra/newview/llfloater360capture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llfloater360capture.cpp') diff --git a/indra/newview/llfloater360capture.cpp b/indra/newview/llfloater360capture.cpp index ffbb0bbee9..7a2f4535d3 100644 --- a/indra/newview/llfloater360capture.cpp +++ b/indra/newview/llfloater360capture.cpp @@ -84,7 +84,7 @@ LLFloater360Capture::~LLFloater360Capture() // Tell the Simulator not to send us everything anymore // and revert to the regular "keyhole" frustum of interest // list updates. - if (gSavedSettings.getBOOL("360CaptureUseInterestListCap")) + if (!LLApp::isExiting() && gSavedSettings.getBOOL("360CaptureUseInterestListCap")) { const bool send_everything = false; changeInterestListMode(send_everything); -- cgit v1.2.3