metadataengine/server/src/mdslogger.cpp
branchRCL_3
changeset 14 646a02f170b9
parent 1 acef663c1218
equal deleted inserted replaced
8:6752808b2036 14:646a02f170b9
    54 // Destructor
    54 // Destructor
    55 // ------------------------------------------------
    55 // ------------------------------------------------
    56 //
    56 //
    57 CMdSLogger::~CMdSLogger()
    57 CMdSLogger::~CMdSLogger()
    58     {
    58     {
       
    59     static CMdSLogger* singleton;
       
    60     delete singleton;
       
    61     singleton = NULL;
       
    62     iValid = EFalse;
    59     iLog.CloseLog(); 
    63     iLog.CloseLog(); 
    60     iLog.Close();
    64     iLog.Close();
    61     }
    65     }
    62 
    66 
    63 // ------------------------------------------------
    67 // ------------------------------------------------