summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryitemslist.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-24 08:05:30 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-24 08:05:30 +0100
commit5e5a895b766dedde50aa137cf58f388e9acfe56c (patch)
treea989971223d008da62ad53c9d5d99212b19aca0c /indra/newview/llinventoryitemslist.cpp
parent08480629e9259f0f74252efc543d0c361809dfbe (diff)
parent04d938230b666cb2693d669627f416715ddb6211 (diff)
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llinventoryitemslist.cpp')
-rw-r--r--indra/newview/llinventoryitemslist.cpp4
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)
{