diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-24 08:05:30 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-24 08:05:30 +0100 |
commit | 5e5a895b766dedde50aa137cf58f388e9acfe56c (patch) | |
tree | a989971223d008da62ad53c9d5d99212b19aca0c /indra/newview/llinventoryitemslist.cpp | |
parent | 08480629e9259f0f74252efc543d0c361809dfbe (diff) | |
parent | 04d938230b666cb2693d669627f416715ddb6211 (diff) |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llinventoryitemslist.cpp')
-rw-r--r-- | indra/newview/llinventoryitemslist.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llinventoryitemslist.cpp b/indra/newview/llinventoryitemslist.cpp index f94515d242..1c3eb547bb 100644 --- a/indra/newview/llinventoryitemslist.cpp +++ b/indra/newview/llinventoryitemslist.cpp @@ -336,7 +336,9 @@ LLInventoryItemsList::LLInventoryItemsList(const LLInventoryItemsList::Params& p // virtual LLInventoryItemsList::~LLInventoryItemsList() -{} +{ + gIdleCallbacks.deleteFunction(idle, this); +} void LLInventoryItemsList::refreshList(const LLInventoryModel::item_array_t item_array) { |