contextengine/plugins/calendarplugin/src/CalendarContextPlugin.cpp
branchRCL_3
changeset 47 b73252188534
parent 19 82c0024438c8
child 51 87e65c44ff3a
equal deleted inserted replaced
46:63c982fb92f2 47:b73252188534
    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