diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-09-14 18:27:54 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-09-14 18:27:54 +0300 | 
| commit | 3c8cc4d2ac4dbcbae6bc56ccb222a043d6616341 (patch) | |
| tree | ce3f5563d19d3c87cbf0d72d5b0397eb9d50e993 /indra/newview | |
| parent | a195406e484047cefc699a03c769816c4a8dc0f0 (diff) | |
MAINT-6723 FIXED [VOB] Crash in LLOutfitGallery::buildItemPanel(int)
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/lloutfitgallery.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp index 65fd3f95ab..de6a36ce2f 100644 --- a/indra/newview/lloutfitgallery.cpp +++ b/indra/newview/lloutfitgallery.cpp @@ -999,7 +999,7 @@ void LLOutfitGallery::refreshOutfit(const LLUUID& category_id)          }      } -    if (mGalleryCreated) +    if (mGalleryCreated && !LLApp::isQuitting())      {          reArrangeRows();      } | 
