diff options
author | simon <none@none> | 2013-04-24 15:34:18 -0700 |
---|---|---|
committer | simon <none@none> | 2013-04-24 15:34:18 -0700 |
commit | cc3361352df3463e9ba16e57c04cc35e65821f33 (patch) | |
tree | 3230c6cf2fe6de00ea5e80825877b1422930c082 /indra/newview/llviewerwindow.cpp | |
parent | faf844ff996f205af6eb6b2ebd5290594da8d142 (diff) |
Follow-up code cleaning for LLToast work trying to get branch healthy.
Reviewed by Kelly
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rwxr-xr-x | indra/newview/llviewerwindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index bb71707db6..136e61389a 100755 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -150,6 +150,7 @@ #include "lltexturecache.h" #include "lltexturefetch.h" #include "lltextureview.h" +#include "lltoast.h" #include "lltool.h" #include "lltoolbarview.h" #include "lltoolcomp.h" @@ -2035,6 +2036,9 @@ void LLViewerWindow::shutdownViews() } llinfos << "Global views cleaned." << llendl ; + LLNotificationsUI::LLToast::cleanupToasts();
+ llinfos << "Leftover toast cleaned up." << llendl;
+ // DEV-40930: Clear sModalStack. Otherwise, any LLModalDialog left open // will crump with LL_ERRS. LLModalDialog::shutdownModals(); |