metadataengine/server/src/mdsimportexport.cpp
changeset 54 a3cc46f37772
parent 20 6dfc5f825351
child 60 79f826a55db2
child 63 e538444823de
equal deleted inserted replaced
36:aa5a574040a4 54:a3cc46f37772
   116  * Default destructor
   116  * Default destructor
   117  */
   117  */
   118 CMdsImportExport::~CMdsImportExport()
   118 CMdsImportExport::~CMdsImportExport()
   119 	{
   119 	{
   120    	delete iConverter;
   120    	delete iConverter;
       
   121    	iConverter = NULL;
   121 
   122 
   122 #ifdef _DEBUG
   123 #ifdef _DEBUG
   123    	if( iLogEnabled )
   124    	if( iLogEnabled )
   124    	    {
   125    	    {
   125         iLog.CloseLog(); 
   126         iLog.CloseLog(); 
   127    	    }
   128    	    }
   128 #endif
   129 #endif
   129     iFs.Close();
   130     iFs.Close();
   130 
   131 
   131    	delete iBuffer;
   132    	delete iBuffer;
       
   133    	iBuffer = NULL;
   132 
   134 
   133    	delete iSchema;
   135    	delete iSchema;
       
   136    	iSchema = NULL;
   134 	}
   137 	}
   135 
   138 
   136 /**
   139 /**
   137  * ConstructL
   140  * ConstructL
   138  */
   141  */