diff options
author | Armin Weatherwax | 2009-07-09 17:50:25 +0200 |
---|---|---|
committer | Armin Weatherwax | 2009-07-11 13:45:59 +0200 |
commit | 29a0f7cfdd33e8d18ad5d932eefa67332d5b5ed3 (patch) | |
tree | b060e2e4849fca702a1cf27fabf5781d09ffa60e /linden/indra/newview/llchatbar.cpp | |
parent | Broken: relog sometimes works once; fixed inventory and avatar not ruthed any... (diff) | |
download | meta-impy-29a0f7cfdd33e8d18ad5d932eefa67332d5b5ed3.zip meta-impy-29a0f7cfdd33e8d18ad5d932eefa67332d5b5ed3.tar.gz meta-impy-29a0f7cfdd33e8d18ad5d932eefa67332d5b5ed3.tar.bz2 meta-impy-29a0f7cfdd33e8d18ad5d932eefa67332d5b5ed3.tar.xz |
looks like working now
modified: linden/indra/newview/llchatbar.cpp
modified: linden/indra/newview/llviewerwindow.cpp
modified: linden/indra/newview/llvoavatar.cpp
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 |