diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-04 23:31:14 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-05 02:16:18 +0300 |
| commit | 5b5c4e5f385dfdcbe001e20200b4d381ddcab379 (patch) | |
| tree | d56150c3221271f1335359fbdf02de59c196fafc /indra/newview/llappviewer.cpp | |
| parent | c828dc35db7d5673a629590da3ec2064d1394ad4 (diff) | |
#5756 Improve LLUICtrlFactory's performance
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 f9f94b8f28..2e42855079 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2148,6 +2148,8 @@ bool LLAppViewer::cleanup() // deleteSingleton() methods. LLSingletonBase::deleteAll(); + LLUICtrlFactory::deleteSingleton(); + LLSplashScreen::hide(); LL_INFOS() << "Goodbye!" << LL_ENDL; |
