summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-09-02 00:57:36 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-09-02 00:57:36 +0200
commit750243cf2fe12402ea12023786852a7353ac0e2b (patch)
treea80243a3a3651b7371956183c783d1ff6cb59abc
parentf6364253faccbe71de36375537c11324c62f420d (diff)
downloadmad-750243cf2fe12402ea12023786852a7353ac0e2b.tar
mad-750243cf2fe12402ea12023786852a7353ac0e2b.zip
ThreadManager: As we shut down cleanly now, we don't have to kill the IO worker
-rw-r--r--src/Core/ThreadManager.cpp1
1 files changed, 0 insertions, 1 deletions
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