diff --git a/src/lib/utils/thread.cpp b/src/lib/utils/thread.cpp index ec80ceb6..b44042c4 100644 --- a/src/lib/utils/thread.cpp +++ b/src/lib/utils/thread.cpp @@ -34,8 +34,6 @@ Thread::~Thread() { if (m_started) { pthread_detach(m_threadid); - } - if (m_started) { pthread_cancel(m_threadid); } }