browserutilities/downloadmgr/DownloadMgrUiLib/Src/CDownloadMgrUiUserInteractions.cpp
equal
deleted
inserted
replaced
1042 if ( &(handlerI->Download()) == &aDownload ) |
1042 if ( &(handlerI->Download()) == &aDownload ) |
1043 { |
1043 { |
1044 // found one. |
1044 // found one. |
1045 if ( handlerI->DownloadConfirmationShown() ) |
1045 if ( handlerI->DownloadConfirmationShown() ) |
1046 { |
1046 { |
|
1047 iEventHandlerArray->Remove( handlerI ); |
1047 delete handlerI; |
1048 delete handlerI; |
1048 iEventHandlerArray->Remove( handlerI ); |
|
1049 --i; |
1049 --i; |
1050 --handlerCount; |
1050 --handlerCount; |
1051 } |
1051 } |
1052 } |
1052 } |
1053 } |
1053 } |