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