diff options
author | Matthias Schiffer <matthias@gamezock.de> | 2009-09-02 00:57:36 +0200 |
---|---|---|
committer | Matthias Schiffer <matthias@gamezock.de> | 2009-09-02 00:57:36 +0200 |
commit | 750243cf2fe12402ea12023786852a7353ac0e2b (patch) | |
tree | a80243a3a3651b7371956183c783d1ff6cb59abc /src/Core | |
parent | f6364253faccbe71de36375537c11324c62f420d (diff) | |
download | mad-750243cf2fe12402ea12023786852a7353ac0e2b.tar mad-750243cf2fe12402ea12023786852a7353ac0e2b.zip |
ThreadManager: As we shut down cleanly now, we don't have to kill the IO worker
Diffstat (limited to 'src/Core')
-rw-r--r-- | src/Core/ThreadManager.cpp | 1 |
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 |