harvester/monitorplugins/mmcplugin/src/mmcmounttaskao.cpp
branchRCL_3
changeset 14 646a02f170b9
parent 8 6752808b2036
child 15 3cebc1a84278
equal deleted inserted replaced
8:6752808b2036 14:646a02f170b9
    70 	WRITELOG( "CMMCMountTaskAO::~CMMCMountTaskAO" );
    70 	WRITELOG( "CMMCMountTaskAO::~CMMCMountTaskAO" );
    71 	Cancel();
    71 	Cancel();
    72 	iFs.Close();
    72 	iFs.Close();
    73 	
    73 	
    74 	iMountDataQueue.ResetAndDestroy();
    74 	iMountDataQueue.ResetAndDestroy();
       
    75 	iEntryArray.ResetAndDestroy();
       
    76 	iHarvestEntryArray.ResetAndDestroy();
    75 	
    77 	
    76 	delete iMdeSession;
    78 	delete iMdeSession;
    77   
    79   
    78 	Deinitialize();
    80 	Deinitialize();
    79 	
    81