Use CORBA_Object_release() instead of CORBA_free() as appropriate, you

doofus.

svn path=/trunk/; revision=4830
This commit is contained in:
Ettore Perazzoli
2000-08-14 01:00:22 +00:00
parent 079a4f233c
commit 7f01f3e1d9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-08-13 Ettore Perazzoli <ettore@helixcode.com>
* mail-ops.c (cleanup_create_folder): Release the listener object
with `CORBA_Object_release()', not `CORBA_free()'.
2000-08-13 Ettore Perazzoli <ettore@helixcode.com>
* main.c (main): Set the signal handlers for `SIGSEGV' and

View File

@ -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);