small fix
This commit is contained in:
@@ -677,6 +677,8 @@ namespace nana
|
||||
thr = nullptr;
|
||||
}
|
||||
|
||||
p->thr_variable = nullptr;
|
||||
|
||||
threads_.erase(i);
|
||||
if (thr && thr->thread && thr->thread->joinable())
|
||||
thr->thread->join();
|
||||
|
||||
Reference in New Issue
Block a user