locationmanager/client/src/rlocationtrail.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- a/locationmanager/client/src/rlocationtrail.cpp	Wed Sep 15 12:40:59 2010 +0300
+++ b/locationmanager/client/src/rlocationtrail.cpp	Wed Oct 13 15:02:02 2010 +0300
@@ -31,7 +31,6 @@
 EXPORT_C RLocationTrail::~RLocationTrail()
 	{
 	delete iCurrentLocData;
-	iCurrentLocData = NULL;
 	}
 
 // --------------------------------------------------------------------------
@@ -149,7 +148,6 @@
     LOG( "RLocationTrail::CurrentLocation(), begin" );
     
     delete iCurrentLocData;
-    iCurrentLocData = NULL;
     iCurrentLocData = new TPckg<TLocationData>( aLocationData );
     
     if ( iHandle && iCurrentLocData )