locationmanager/client/src/rlocationobjectmanipulator.cpp
branchRCL_3
changeset 19 b73252188534
parent 7 3cebc1a84278
--- a/locationmanager/client/src/rlocationobjectmanipulator.cpp	Thu Jul 15 19:07:24 2010 +0300
+++ b/locationmanager/client/src/rlocationobjectmanipulator.cpp	Thu Aug 19 10:20:41 2010 +0300
@@ -114,6 +114,7 @@
         }
     
     delete paramBuf;
+    paramBuf = NULL;
 	LOG( "RLocationObject::CopyLocationData end" );
 	}
 // --------------------------------------------------------------------------
@@ -146,6 +147,7 @@
         {
         LOG( "RLocationObject::CopyLocationData CMdCSerializationBuffer creation failed" );
         delete uriBuffer;
+        uriBuffer = NULL;
         CompleteRequest( aStatus, error );
         return;
         }
@@ -177,6 +179,7 @@
         }
     
     delete uriBuffer;
+    uriBuffer = NULL;
     LOG( "RLocationObject::CopyLocationData end" );
 	}