diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 787b23bd43..59c2f66ecc 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -1376,7 +1376,7 @@ cleanup_create_folder (gpointer in_data, gpointer op_data, camel_exception_set (ex, CAMEL_EXCEPTION_SYSTEM, "Exception while reporting result to shell " "component listener."); - CORBA_free (input->listener); + CORBA_Object_release (input->listener, &ev); g_free (input->uri); g_free (input->type); |