diff options
| author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2026-05-20 11:35:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 11:35:24 -0400 |
| commit | 491b0b32c74e2186dd34f9be8513bb08d390dfe2 (patch) | |
| tree | fdd37805842de5ba6f3db69c5699b727388ff50a /indra/newview/llappviewer.cpp | |
| parent | cd2dd394b95361a6a274670c7b7ee8c6f2cf8979 (diff) | |
| parent | d53041d9ea1687febf2d9e7c38ac5d4be3c8eae0 (diff) | |
Merge pull request #5842 from secondlife/release/2026.03
Release/2026.03
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 59b8ff5c70..bea275bf82 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2144,6 +2144,8 @@ bool LLAppViewer::cleanup() // deleteSingleton() methods. LLSingletonBase::deleteAll(); + LLUICtrlFactory::deleteSingleton(); + LLSplashScreen::hide(); LL_INFOS() << "Goodbye!" << LL_ENDL; |
