revert 22e89cf
This commit is contained in:
@@ -33,8 +33,8 @@ void* Thread::runThread(void* arg) {
|
||||
Thread::~Thread() {
|
||||
if (m_started) {
|
||||
pthread_cancel(m_threadid);
|
||||
pthread_detach(m_threadid);
|
||||
}
|
||||
pthread_detach(m_threadid);
|
||||
}
|
||||
|
||||
bool Thread::start(const char* name) {
|
||||
|
||||
Reference in New Issue
Block a user