From e2544fabe5f63201ca11102aa9b4266cb62211bd Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Mon, 18 May 2015 13:10:26 -0400 Subject: MAINT-5222 WIP - checks for app shutting down a couple of places. --- indra/newview/llattachmentsmgr.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llattachmentsmgr.cpp') diff --git a/indra/newview/llattachmentsmgr.cpp b/indra/newview/llattachmentsmgr.cpp index 799a25ddc9..2a137cc39b 100755 --- a/indra/newview/llattachmentsmgr.cpp +++ b/indra/newview/llattachmentsmgr.cpp @@ -99,6 +99,11 @@ void LLAttachmentsMgr::onIdle() return; } + if (LLApp::isExiting()) + { + return; + } + requestPendingAttachments(); linkRecentlyArrivedAttachments(); -- cgit v1.3