aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llchatbar.cpp')
-rw-r--r--linden/indra/newview/llchatbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp
index 59aa572..02a62b6 100644
--- a/linden/indra/newview/llchatbar.cpp
+++ b/linden/indra/newview/llchatbar.cpp
@@ -115,6 +115,7 @@ LLChatBar::LLChatBar()
115 115
116LLChatBar::~LLChatBar() 116LLChatBar::~LLChatBar()
117{ 117{
118 gGestureManager.removeObserver(mObserver);
118 delete mObserver; 119 delete mObserver;
119 mObserver = NULL; 120 mObserver = NULL;
120 // LLView destructor cleans up children 121 // LLView destructor cleans up children