harvester/common/src/propertywatcher.cpp
changeset 54 a3cc46f37772
parent 21 50bf9db68373
child 63 e538444823de
equal deleted inserted replaced
36:aa5a574040a4 54:a3cc46f37772
    64     me = static_cast<CPropertyWatcher*>( Dll::Tls() );
    64     me = static_cast<CPropertyWatcher*>( Dll::Tls() );
    65     
    65     
    66     if ( me )
    66     if ( me )
    67         {
    67         {
    68         delete me; 
    68         delete me; 
       
    69         me = NULL;
    69         Dll::SetTls( NULL ); // Free TLS.
    70         Dll::SetTls( NULL ); // Free TLS.
    70         }
    71         }
    71     
    72     
    72     WRITELOG( "CPropertyWatcher::Delete() - end" ); 
    73     WRITELOG( "CPropertyWatcher::Delete() - end" ); 
    73     }
    74     }