From 17bdb9c55fc2f204ec25757cce7937dc03b89dc2 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 10 Jan 2003 21:39:53 +0000 Subject: (connect_to_shell): CORBA_Object_release() the CORBA shell. (connect_to_shell): CORBA_Object_release() the CORBA shell. svn path=/trunk/; revision=19416 --- calendar/importers/icalendar-importer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/importers') diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c index 0300201ca4..6899679bc0 100644 --- a/calendar/importers/icalendar-importer.c +++ b/calendar/importers/icalendar-importer.c @@ -99,6 +99,9 @@ connect_to_shell (ICalImporter *ici) } ici->shell_client = evolution_shell_client_new (corba_shell); + + CORBA_Object_release (corba_shell, &ev); + CORBA_exception_free (&ev); } /* This reads in an entire file and returns it. It returns NULL on error. -- cgit