locationrequestmgmt/networkrequesthandler/src/privacyandlocationrequesthandler.cpp
branchRCL_3
changeset 65 a796fdeeb33c
parent 55 c92d4f3c47c5
--- a/locationrequestmgmt/networkrequesthandler/src/privacyandlocationrequesthandler.cpp	Wed Sep 15 00:02:22 2010 +0300
+++ b/locationrequestmgmt/networkrequesthandler/src/privacyandlocationrequesthandler.cpp	Wed Oct 13 16:07:50 2010 +0300
@@ -282,12 +282,7 @@
 	if (fsm)
 		{
 		// Add the state machine to the buffer.
-		TInt err = iFsmArray.Append(fsm);
-		if( err != KErrNone )
-			{
-			delete fsm;
-			return NULL;
-			}
+		iFsmArray.Append(fsm);
 	
 		iNumActiveSessions++; // conceptually, a session starts when a Fsm is created for it