diff options
Diffstat (limited to 'shell/importer')
-rw-r--r-- | shell/importer/evolution-importer-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/importer/evolution-importer-client.c b/shell/importer/evolution-importer-client.c index f702dd970c..9b3bc3490f 100644 --- a/shell/importer/evolution-importer-client.c +++ b/shell/importer/evolution-importer-client.c @@ -118,6 +118,7 @@ evolution_importer_client_new_from_id (const char *id) return NULL; } + CORBA_exception_free (&ev); if (objref == CORBA_OBJECT_NIL) { g_warning ("Could not activate component %s", id); return NULL; |