diff options
Diffstat (limited to 'linden/indra/newview/llchatbar.cpp')
-rw-r--r-- | linden/indra/newview/llchatbar.cpp | 1 |
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 | ||
116 | LLChatBar::~LLChatBar() | 116 | LLChatBar::~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 |