harvester/monitorplugins/mmcplugin/src/mmcmonitorplugin.cpp
branchRCL_3
changeset 26 9f21bab39f42
parent 15 3cebc1a84278
child 27 4a4892eec172
equal deleted inserted replaced
22:ab88d4a85041 26:9f21bab39f42
   263             	{
   263             	{
   264 	            WRITELOG( "CMMCMonitorPlugin::MountEvent with parameter EDismounted" );
   264 	            WRITELOG( "CMMCMonitorPlugin::MountEvent with parameter EDismounted" );
   265 	            mountData->iMountType = TMountData::EUnmount;
   265 	            mountData->iMountType = TMountData::EUnmount;
   266 	            iMountTask->StartUnmount( *mountData );
   266 	            iMountTask->StartUnmount( *mountData );
   267             	}
   267             	}
       
   268             else
       
   269                 {
       
   270                 delete mountData;
       
   271                 mountData = NULL;
       
   272                 }
   268             }
   273             }
   269         break;
   274         break;
   270         
   275         
   271         case EFormatted:
   276         case EFormatted:
   272             {
   277             {