summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-05-04 23:31:14 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-05-05 02:16:18 +0300
commit5b5c4e5f385dfdcbe001e20200b4d381ddcab379 (patch)
treed56150c3221271f1335359fbdf02de59c196fafc /indra/newview/llappviewer.cpp
parentc828dc35db7d5673a629590da3ec2064d1394ad4 (diff)
#5756 Improve LLUICtrlFactory's performance
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
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;