summaryrefslogtreecommitdiff
path: root/src/threadengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threadengine.cpp')
-rw-r--r--src/threadengine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/threadengine.cpp b/src/threadengine.cpp
index f7e924fb6..ea652e1f2 100644
--- a/src/threadengine.cpp
+++ b/src/threadengine.cpp
@@ -12,7 +12,6 @@ Thread::Thread() : Exit(false)
*/
Thread::~Thread()
{
- Join();
}
/** Sets the exit state as true informing the thread we want it to shut down