From 750243cf2fe12402ea12023786852a7353ac0e2b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 2 Sep 2009 00:57:36 +0200 Subject: ThreadManager: As we shut down cleanly now, we don't have to kill the IO worker --- src/Core/ThreadManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/ThreadManager.cpp b/src/Core/ThreadManager.cpp index 773ef23..d569764 100644 --- a/src/Core/ThreadManager.cpp +++ b/src/Core/ThreadManager.cpp @@ -121,7 +121,6 @@ ThreadManager::~ThreadManager() { // IO thread is next ioWorker.reset(); - application->getIOService().stop(); ioThread->join(); // Finally, the logger thread has to die -- cgit v1.2.3