summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearablesfetch.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-25 14:57:42 -0700
committerRichard Nelson <none@none>2010-06-25 14:57:42 -0700
commit3fc3773ab848ff7fcfcb40c61e211ee13592f418 (patch)
tree60ef6e10f21fd36e9f451ea0b7a01cfdbe91aef7 /indra/newview/llagentwearablesfetch.cpp
parent1b9c357bc34ff3c52aaaaeff7c4503cce747ce7a (diff)
EXT-7991 FIX Crash if exit before outfit autopopulate completes
reviewed by Leyla
Diffstat (limited to 'indra/newview/llagentwearablesfetch.cpp')
-rw-r--r--indra/newview/llagentwearablesfetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentwearablesfetch.cpp b/indra/newview/llagentwearablesfetch.cpp
index 0a2f0e9399..d911d123f4 100644
--- a/indra/newview/llagentwearablesfetch.cpp
+++ b/indra/newview/llagentwearablesfetch.cpp
@@ -48,7 +48,7 @@ public:
virtual ~LLOrderMyOutfitsOnDestroy()
{
- if (LLApp::isExiting())
+ if (!LLApp::isRunning())
{
llwarns << "called during shutdown, skipping" << llendl;
return;