Use CORBA_Object_release() instead of CORBA_free() as appropriate, you
doofus. svn path=/trunk/; revision=4830
This commit is contained in:
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user