Merge branch 'development' into LTS_development
# Conflicts: # lib/stream.cpp
This commit is contained in:
commit
9060d7b618
2 changed files with 22 additions and 17 deletions
|
|
@ -169,8 +169,10 @@ namespace tthread {
|
|||
// The thread is no longer executing
|
||||
if (ti->mThread) {
|
||||
lock_guard<mutex> guard(ti->mThread->mDataMutex);
|
||||
ti->mThread->mNotAThread = true;
|
||||
ti->mThread->ti_copy = 0;
|
||||
if (ti->mThread){
|
||||
ti->mThread->mNotAThread = true;
|
||||
ti->mThread->ti_copy = 0;
|
||||
}
|
||||
}
|
||||
|
||||
// The thread is responsible for freeing the startup information
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue