browserutilities/downloadmgr/DownloadMgrUiLib/Src/CDownloadMgrUiUserInteractions.cpp
branchRCL_3
changeset 62 c711bdda59f4
parent 37 cb62a4f66ebe
child 91 30342f40acbf
equal deleted inserted replaced
59:1f3c3f2f5b0a 62:c711bdda59f4
  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         }