diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-04 23:26:16 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-05-05 02:16:18 +0300 |
| commit | c828dc35db7d5673a629590da3ec2064d1394ad4 (patch) | |
| tree | 48c604f7d7187cef38e99c76a0b7427ac7934df6 /indra/newview/llappviewer.cpp | |
| parent | d70047880d8d4e1d8e37ca6dfdc4a622837184f8 (diff) | |
#5084 Fix watchdog's cleanup
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 631804e13e..f9f94b8f28 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2135,6 +2135,7 @@ bool LLAppViewer::cleanup() LLWorld::deleteSingleton(); LLVoiceClient::deleteSingleton(); LLUI::deleteSingleton(); + LLWatchdog::deleteSingleton(); // It's not at first obvious where, in this long sequence, a generic cleanup // call OUGHT to go. So let's say this: as we migrate cleanup from |
