diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-11 05:39:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-11 05:39:53 +0800 |
commit | 17bdb9c55fc2f204ec25757cce7937dc03b89dc2 (patch) | |
tree | 1efdcbb923ea7d5b5f6b69b335e50981f71eb4db /calendar/importers | |
parent | 472a6e0fa01103936680f652a4551cbf455efdef (diff) | |
download | gsoc2013-evolution-17bdb9c55fc2f204ec25757cce7937dc03b89dc2.tar.gz gsoc2013-evolution-17bdb9c55fc2f204ec25757cce7937dc03b89dc2.tar.zst gsoc2013-evolution-17bdb9c55fc2f204ec25757cce7937dc03b89dc2.zip |
(connect_to_shell): CORBA_Object_release() the CORBA shell.
(connect_to_shell):
CORBA_Object_release() the CORBA shell.
svn path=/trunk/; revision=19416
Diffstat (limited to 'calendar/importers')
-rw-r--r-- | calendar/importers/icalendar-importer.c | 3 |
1 files changed, 3 insertions, 0 deletions
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. |