pipeline: Never try to detach external pthread (fixes Android crash)
This commit is contained in:
parent
ac68b85d1f
commit
ff3e7da752
|
|
@ -19,7 +19,7 @@ ThreadPosixImpl(Thread *parent_obj) :
|
|||
_parent_obj(parent_obj)
|
||||
{
|
||||
_joinable = false;
|
||||
_detached = false;
|
||||
_detached = true;
|
||||
_status = S_new;
|
||||
#ifdef ANDROID
|
||||
_jni_env = nullptr;
|
||||
|
|
|
|||
Loading…
Reference in New Issue