calendarui/controller/src/calencontroller.cpp
changeset 46 ecd7b9840282
parent 45 b6db4fd4947b
child 51 0b38fc5b94c6
equal deleted inserted replaced
45:b6db4fd4947b 46:ecd7b9840282
    63     //as services so using the above line temporarily untill a fix is available in 
    63     //as services so using the above line temporarily untill a fix is available in 
    64     // hbappliacation. Need to remove this line after the fix is available for hbapplcation
    64     // hbappliacation. Need to remove this line after the fix is available for hbapplcation
    65     
    65     
    66     iNextServicesCommandBase = KCustomCommandRangeStart;
    66     iNextServicesCommandBase = KCustomCommandRangeStart;
    67     iRefCount = 0;
    67     iRefCount = 0;
       
    68     mAgendaUtil = 0;
    68     
    69     
    69     TRACE_EXIT_POINT;
    70     TRACE_EXIT_POINT;
    70 }
    71 }
    71 
    72 
    72 // ----------------------------------------------------------------------------
    73 // ----------------------------------------------------------------------------
   288     if( iCustomisationManager )
   289     if( iCustomisationManager )
   289 		{
   290 		{
   290     	delete iCustomisationManager;
   291     	delete iCustomisationManager;
   291     	iCustomisationManager = NULL;
   292     	iCustomisationManager = NULL;
   292 		}
   293 		}
       
   294 		
       
   295     if (mAgendaUtil) {
       
   296         delete mAgendaUtil;
       
   297         mAgendaUtil = 0;
       
   298     }
       
   299     
   293     Dll::SetTls( NULL );
   300     Dll::SetTls( NULL );
   294     
   301     
   295     TRACE_EXIT_POINT;
   302     TRACE_EXIT_POINT;
   296     }
   303     }
   297 
   304