summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2010-10-25 16:06:03 -0400
committerKent Quirk <q@lindenlab.com>2010-10-25 16:06:03 -0400
commit80cbe66039a4c01aef1052a450e1a0449c65f26d (patch)
tree97e4d869a1646848be7f6f0abc78914eed592174 /indra/newview
parente98eff02ae4894050267a6b302c4887393ff1244 (diff)
apply fixes for STORM-341, not quite a transplant
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpaneloutfitedit.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp
index 494db01f77..408d4f29b7 100644
--- a/indra/newview/llpaneloutfitedit.cpp
+++ b/indra/newview/llpaneloutfitedit.cpp
@@ -403,6 +403,7 @@ LLPanelOutfitEdit::LLPanelOutfitEdit()
mAddWearablesPanel(NULL),
mFolderViewFilterCmbBox(NULL),
mListViewFilterCmbBox(NULL),
+ mWearableListManager(NULL),
mPlusBtn(NULL)
{
mSavedFolderState = new LLSaveFolderState();
@@ -428,6 +429,7 @@ LLPanelOutfitEdit::LLPanelOutfitEdit()
LLPanelOutfitEdit::~LLPanelOutfitEdit()
{
+ delete mWearableListManager;
delete mSavedFolderState;
delete mCOFDragAndDropObserver;