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 1b1284d..7aab713 100644 --- a/linden/indra/newview/llchatbar.cpp +++ b/linden/indra/newview/llchatbar.cpp | |||
@@ -120,6 +120,7 @@ LLChatBar::LLChatBar() | |||
120 | 120 | ||
121 | LLChatBar::~LLChatBar() | 121 | LLChatBar::~LLChatBar() |
122 | { | 122 | { |
123 | gGestureManager.removeObserver(mObserver); | ||
123 | delete mObserver; | 124 | delete mObserver; |
124 | mObserver = NULL; | 125 | mObserver = NULL; |
125 | // LLView destructor cleans up children | 126 | // LLView destructor cleans up children |