diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-11-02 17:19:40 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-11-02 17:19:40 +0200 |
commit | a210ae50b03bae60e825b76c200980a31c9c93d8 (patch) | |
tree | bc14e5a8af6e6c2c8d458333c99294ff85aea05d /indra/newview/lloutfitgallery.cpp | |
parent | 26e73e2f5822bde8ece0c01ba6445bbe0f042180 (diff) |
MAINT-6884 Issues with the Outfit Gallery and viewer crashes - out of memory crashes since VOB
Diffstat (limited to 'indra/newview/lloutfitgallery.cpp')
-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 13eb148788..20be9962f1 100644 --- a/indra/newview/lloutfitgallery.cpp +++ b/indra/newview/lloutfitgallery.cpp @@ -498,7 +498,7 @@ void LLOutfitGallery::updateAddedCategory(LLUUID cat_id) // Start observing changes in "My Outfits" category. mOutfitsObserver->addCategory(cat_id, - boost::bind(&LLOutfitGallery::refreshOutfit, this, cat_id)); + boost::bind(&LLOutfitGallery::refreshOutfit, this, cat_id), true); outfit_category->fetch(); refreshOutfit(cat_id); |