harvester/common/src/propertywatcher.cpp
branchRCL_3
changeset 47 b73252188534
parent 15 3cebc1a84278
child 63 e538444823de
equal deleted inserted replaced
46:63c982fb92f2 47:b73252188534
    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     }