diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-19 18:25:29 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-19 18:25:29 +0200 |
commit | c008e692b5a92c6c70dd9fe1098dcc735c98d5a2 (patch) | |
tree | 4a17ba272b8d95bc16dd7bc43561f64ec1ec028e /indra/newview/llchiclet.cpp | |
parent | ac8f5e6f91dab3c3cb9c2fb2ed0274e71f17f1bb (diff) | |
parent | 6212054ff99372d16b470773a6415f0432a33ece (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index f21fbbe6f5..1d739f07b1 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -1297,6 +1297,7 @@ void LLChicletPanel::removeChiclet(chiclet_list_t::iterator it) mChicletList.erase(it); arrange(); + (*it)->die(); } void LLChicletPanel::removeChiclet(S32 index) |