X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fthreading%2Fdetails%2Fmsvc_manager.h;h=966dba22c92e1ceb85476c8fbe85555e44063355;hp=191158a99946ad4b2401aff25c5a35fc7d84a20f;hb=2402fb1beb25ec532cea91c8dfbb9425eb5bdf48;hpb=264957da64a35ca977799720ab436890d0dbf6f7 diff --git a/cds/threading/details/msvc_manager.h b/cds/threading/details/msvc_manager.h index 191158a9..966dba22 100644 --- a/cds/threading/details/msvc_manager.h +++ b/cds/threading/details/msvc_manager.h @@ -109,9 +109,9 @@ namespace cds { namespace threading { /// This method must be called in end of thread execution static void detachThread() { - assert( _threadData() ); + assert( _threadData()); - if ( _threadData()->fini() ) + if ( _threadData()->fini()) destroy_thread_data(); }