2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 11:32:12 +00:00

Merged thread changes from trunk

[SVN r56992]
This commit is contained in:
Anthony Williams
2009-10-19 09:18:13 +00:00
parent fb54acfe69
commit 20980fe54d
18 changed files with 439 additions and 563 deletions

View File

@@ -561,7 +561,7 @@ namespace boost
{
if(tss_data_node* const current_node=find_tss_data(key))
{
if(cleanup_existing && current_node->func.get())
if(cleanup_existing && current_node->func.get() && current_node->value)
{
(*current_node->func)(current_node->value);
}