gba/gbaserver/src/bootstrap.cpp
branchRCL_3
changeset 12 a005fc61b02a
parent 10 ece4bbb094df
equal deleted inserted replaced
10:ece4bbb094df 12:a005fc61b02a
  1037             {
  1037             {
  1038         	iSmartCardInterface->NotifyCardChangeL();
  1038         	iSmartCardInterface->NotifyCardChangeL();
  1039             }
  1039             }
  1040         
  1040         
  1041         GBA_TRACE_DEBUG(("Cached IMPI = ")); 
  1041         GBA_TRACE_DEBUG(("Cached IMPI = ")); 
  1042         GBA_TRACE_DEBUG(*tmpIdentity);
  1042         if(tmpIdentity != NULL)
       
  1043         	GBA_TRACE_DEBUG(*tmpIdentity);
  1043         GBA_TRACE_DEBUG(("IMPI from smart card = ")); 
  1044         GBA_TRACE_DEBUG(("IMPI from smart card = ")); 
  1044         GBA_TRACE_DEBUG(*iIdentity);
  1045         GBA_TRACE_DEBUG(*iIdentity);
  1045         
  1046         
  1046         // this has served its purpose
  1047         // this has served its purpose
  1047         delete tmpIdentity;
  1048         delete tmpIdentity;