MAINT-6723 FIXED [VOB] Crash in LLOutfitGallery::buildItemPanel(int)

master
Mnikolenko Productengine 2016-09-14 18:27:54 +03:00
parent a195406e48
commit 3c8cc4d2ac
1 changed files with 1 additions and 1 deletions

View File

@ -999,7 +999,7 @@ void LLOutfitGallery::refreshOutfit(const LLUUID& category_id)
}
}
if (mGalleryCreated)
if (mGalleryCreated && !LLApp::isQuitting())
{
reArrangeRows();
}