aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 2496d13..96fc451 100644
--- a/linden/indra/newview/llappviewer.cpp
+++ b/linden/indra/newview/llappviewer.cpp
@@ -1189,6 +1189,9 @@ bool LLAppViewer::cleanup()
1189 { //*might* crash imprudence TODO: fix the voiceclient instead 1189 { //*might* crash imprudence TODO: fix the voiceclient instead
1190 //this deletes all your buddies 1190 //this deletes all your buddies
1191 LLAvatarTracker::instance().reset(); 1191 LLAvatarTracker::instance().reset();
1192 // reset group data. Blame LL for the need to clear a member variable through a global
1193 LLGroupMgr::getInstance()->clearGroups();
1194 gAgent.mGroups.clear();
1192 } 1195 }
1193 1196
1194 //reset balance for not playing the UI-Sound 1197 //reset balance for not playing the UI-Sound