equal
deleted
inserted
replaced
1493 { |
1493 { |
1494 CAknWaitDialog** dialog = (CAknWaitDialog**) aAny; |
1494 CAknWaitDialog** dialog = (CAknWaitDialog**) aAny; |
1495 if ( dialog && *dialog ) |
1495 if ( dialog && *dialog ) |
1496 { |
1496 { |
1497 delete *dialog; |
1497 delete *dialog; |
|
1498 // Coverty fix, Forward NULL http://ousrv057/cov.cgi?cid=36247 |
|
1499 *dialog = NULL; |
|
1500 dialog = NULL; |
1498 } |
1501 } |
1499 *dialog = NULL; |
1502 } |
1500 dialog = NULL; |
|
1501 } |
|
1502 |
1503 |
1503 //-------------------------------- |
1504 //-------------------------------- |
1504 // DecodeProgress |
1505 // DecodeProgress |
1505 //-------------------------------- |
1506 //-------------------------------- |
1506 TInt CNotMtmUi::DecodeProgress( |
1507 TInt CNotMtmUi::DecodeProgress( |