diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-11 14:11:14 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-11 14:11:14 +0300 |
commit | d5cae2e628e21c1b04af3bf3ae57016aef90e1d1 (patch) | |
tree | 87ab81778e840dd11657314c9c9c378e346bdb48 | |
parent | c757446ac7218b4216ff97b5aaceb91f77eb1ca7 (diff) | |
parent | 97b8068897b32387c942c5b2a10090bf00fa463c (diff) |
merge
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 7d81cf18aa..6b0103e0de 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -189,6 +189,8 @@ LLInventoryPanel::~LLInventoryPanel() } } + gIdleCallbacks.deleteFunction(onIdle, this); + // LLView destructor will take care of the sub-views. mInventory->removeObserver(mInventoryObserver); delete mInventoryObserver; |