Merge branch 'hotfix-1.7.1' into develop
This commit is contained in:
commit
6ac558e1b7
@ -141,6 +141,7 @@ namespace threads
|
||||
::pthread_join(thr->handle, 0);
|
||||
::pthread_detach(thr->handle);
|
||||
#endif
|
||||
delete thr;
|
||||
}
|
||||
|
||||
std::lock_guard<decltype(mutex_)> lock(mutex_);
|
||||
|
Loading…
x
Reference in New Issue
Block a user