summaryrefslogtreecommitdiffstats
path: root/wsd/LOOLWSD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wsd/LOOLWSD.cpp')
-rw-r--r--wsd/LOOLWSD.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 6a4ceeaff4..0fdf94334d 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3922,6 +3922,9 @@ public:
{
_acceptPoll.joinThread();
WebServerPoll.joinThread();
+#if !MOBILEAPP
+ Admin::instance().stop();
+#endif
}
void dumpState(std::ostream& os)