calendarui/multicaluidialog/src/caluidialogimpl.cpp
branchRCL_3
changeset 27 aba12c885d83
parent 0 f979ecb2b13e
child 28 96907930389d
equal deleted inserted replaced
25:bf573002ff72 27:aba12c885d83
   117         }
   117         }
   118     
   118     
   119     iColorUidArray.Reset();
   119     iColorUidArray.Reset();
   120     iColorUidArray.Close();
   120     iColorUidArray.Close();
   121     
   121     
   122     delete iDesArray;
   122     if(iDesArray)
   123     
   123         delete iDesArray;
   124     delete iBgContext;
   124     
   125     
   125     if(iBgContext)
   126     iAsyncExit->Cancel();
   126         delete iBgContext;
   127     delete iAsyncExit;
   127     
       
   128     if(iAsyncExit)
       
   129         {
       
   130         iAsyncExit->Cancel();
       
   131         delete iAsyncExit;
       
   132         }
       
   133     
   128 
   134 
   129     TRACE_EXIT_POINT
   135     TRACE_EXIT_POINT
   130     }
   136     }
   131 
   137 
   132 // ----------------------------------------------------------------------------
   138 // ----------------------------------------------------------------------------