aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/importers/icalendar-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/importers/icalendar-importer.c')
-rw-r--r--calendar/importers/icalendar-importer.c3
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.