From 7d777d329b79bc9095c460b1c91d34ff7abefe48 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 6 Sep 2000 14:36:08 +0000 Subject: Fix memory handling for the shell's CORBA object reference within the folder browser. svn path=/trunk/; revision=5221 --- mail/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 9098746446..18834ef228 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2000-09-06 Ettore Perazzoli + + * folder-browser.c (folder_browser_new): @shell made const. + `CORBA_Object_duplicate()' it before storing it. + (folder_browser_destroy): Free the shell object with + `CORBA_Object_release()', not `CORBA_free()'. + + * folder-browser-factory.c (folder_browser_factory_new_control): + @shell made const. + 2000-09-05 Dan Winship * mail-display.c (make_safe_filename): -- cgit