locationrequestmgmt/networkrequesthandler/src/privacyandlocationrequesthandler.cpp
--- 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