contextengine/plugins/calendarplugin/src/CalendarContextPlugin.cpp
changeset 45 a93990e5815e
parent 23 33ae025ac1e8
child 51 87e65c44ff3a
equal deleted inserted replaced
36:aa5a574040a4 45:a93990e5815e
    87 //
    87 //
    88 CCalendarContextPlugin::~CCalendarContextPlugin() // destruct
    88 CCalendarContextPlugin::~CCalendarContextPlugin() // destruct
    89 	{
    89 	{
    90 	WRITELOG( "CCalendarContextPlugin::~CCalendarContextPlugin -- ENTER" );
    90 	WRITELOG( "CCalendarContextPlugin::~CCalendarContextPlugin -- ENTER" );
    91 	delete iCalInstanceView;
    91 	delete iCalInstanceView;
       
    92 	iCalInstanceView = NULL;
    92 	delete iCalSession;
    93 	delete iCalSession;
       
    94 	iCalSession = NULL;
    93 	
    95 	
    94 	if( iInitTimer )
    96 	if( iInitTimer )
    95 	    {
    97 	    {
    96 	    iInitTimer->Cancel();
    98 	    iInitTimer->Cancel();
    97 	    delete iInitTimer;
    99 	    delete iInitTimer;
       
   100 	    iInitTimer = NULL;
    98 	    }
   101 	    }
    99 		
   102 		
   100 	WRITELOG( "CCalendarContextPlugin::~CCalendarContextPlugin -- RETURN" );
   103 	WRITELOG( "CCalendarContextPlugin::~CCalendarContextPlugin -- RETURN" );
   101 	}
   104 	}
   102 
   105