wsd/LOOLWSD.cpp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 85d18db512fc7c100e5a8743c919cbce18d58198
Author: Michael Meeks <[email protected]>
Date:   Sat Mar 4 16:54:13 2017 +0000

    Cleanup shutdown.

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index 4ae5516..5996e79 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -3335,6 +3335,8 @@ public:
         stop();
         if (_serverThread.joinable())
             _serverThread.join();
+        if (_documentThread.joinable())
+            _documentThread.join();
     }
 
     void start(const Poco::Net::SocketAddress& addr)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to