branch | GCC_SURGE |
changeset 56 | afe7195bb6c3 |
parent 37 | 6e7b00453237 |
--- a/iaupdate/IAD/ui/src/iaupdateroaminghandler.cpp Tue Jun 15 13:36:10 2010 +0100 +++ b/iaupdate/IAD/ui/src/iaupdateroaminghandler.cpp Thu Jul 22 16:35:01 2010 +0100 @@ -112,7 +112,10 @@ // void CIAUpdateRoamingHandler::CancelPreparing() { - iNwReg->Cancel(); + if ( iNwReg ) + { + iNwReg->Cancel(); + } }