summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-07-21 17:36:59 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-07-21 22:42:36 +0300
commit3cd27c658a4aa94f68cd2f5c96e638a28d2c4297 (patch)
treeb9640239aae0c63b5e2c855912f013cbb937381a /indra/newview/llappviewer.cpp
parent413a42e3ef89a6394265f7ccb4531385da552eda (diff)
#6014 Inventory cache tweaks
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 0224f1613b..5a1a4b8258 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1749,15 +1749,15 @@ bool LLAppViewer::cleanup()
// Give any remaining SLPlugin instances a chance to exit cleanly.
LLPluginProcessParent::shutdown();
- disconnectViewer();
-
if (LLWatchdog::instanceExists())
{
// Signal a stop early, so that it will be out
- // of sleep loop by the time we get to clean it.
+ // of 1s sleep loop by the time we get to clean it.
LLWatchdog::getInstance()->shutdown();
}
+ disconnectViewer();
+
LLViewerCamera::deleteSingleton();
LL_INFOS() << "Viewer disconnected" << LL_ENDL;