MAINT-6723 FIXED [VOB] Crash in LLOutfitGallery::buildItemPanel(int)
parent
a195406e48
commit
3c8cc4d2ac
|
|
@ -999,7 +999,7 @@ void LLOutfitGallery::refreshOutfit(const LLUUID& category_id)
|
|||
}
|
||||
}
|
||||
|
||||
if (mGalleryCreated)
|
||||
if (mGalleryCreated && !LLApp::isQuitting())
|
||||
{
|
||||
reArrangeRows();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue