harvester/monitorplugins/fileplugin/src/filemonitorplugin.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- a/harvester/monitorplugins/fileplugin/src/filemonitorplugin.cpp	Wed Sep 15 12:40:59 2010 +0300
+++ b/harvester/monitorplugins/fileplugin/src/filemonitorplugin.cpp	Wed Oct 13 15:02:02 2010 +0300
@@ -40,7 +40,6 @@
 CFileMonitorPlugin::~CFileMonitorPlugin() 
 	{
 	delete iFileMonitor;
-	iFileMonitor = NULL;
 	}
 
 // ---------------------------------------------------------------------------
@@ -68,7 +67,6 @@
 			TRAP( err, cenRepoUtil->AddIgnorePathsToFspL( KDrive, KMonitorPath ));
 			}
 		delete cenRepoUtil;
-		cenRepoUtil = NULL;
 		}
 	return success && err == KErrNone;
 	}