supl/locationomasuplprotocolhandler/protocolhandlerver1/src/epos_comasuplsession.cpp
branchRCL_3
changeset 24 9c303455e256
parent 16 6fcbaa43369c
child 27 b88ebe0cbbbe
equal deleted inserted replaced
23:5944cae565c9 24:9c303455e256
  3848                             CleanupStack::PopAndDestroy(iapName);
  3848                             CleanupStack::PopAndDestroy(iapName);
  3849                             CleanupStack::PopAndDestroy(serverAddr);
  3849                             CleanupStack::PopAndDestroy(serverAddr);
  3850                             }
  3850                             }
  3851                         CleanupStack::PopAndDestroy(serverParams);
  3851                         CleanupStack::PopAndDestroy(serverParams);
  3852                         }
  3852                         }
  3853                     
  3853                     if(iSuplState)
       
  3854                     	{
  3854                     delete iSuplState;
  3855                     delete iSuplState;
  3855                     iSuplState = NULL;
  3856                     iSuplState = NULL;
       
  3857                       }
  3856                     CleanupStack::PushL(hslpAdress);
  3858                     CleanupStack::PushL(hslpAdress);
  3857                     ServerAddressCheckForSuplInitL();
  3859                     ServerAddressCheckForSuplInitL();
  3858                     iSuplState = COMASuplEndState::NewL(iErrorStatusCode,iOMASuplAsnHandlerBaseImpl,iEncodedSuplInit,hslpAdress);		
  3860                     iSuplState = COMASuplEndState::NewL(iErrorStatusCode,iOMASuplAsnHandlerBaseImpl,iEncodedSuplInit,hslpAdress);		
  3859                     CleanupStack::PopAndDestroy(hslpAdress);
  3861                     CleanupStack::PopAndDestroy(hslpAdress);
  3860 
  3862