diff options
Diffstat (limited to 'src/Core/ThreadManager.cpp')
-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 |