aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-14 09:00:22 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-14 09:00:22 +0800
commit7f01f3e1d98207f8101016091c997d4c18ffb152 (patch)
tree661d1fa7d7a28cd95e640f01716983a70161fafe /mail/ChangeLog
parent079a4f233c9ab86629e380387219d3168828900f (diff)
downloadgsoc2013-evolution-7f01f3e1d98207f8101016091c997d4c18ffb152.tar
gsoc2013-evolution-7f01f3e1d98207f8101016091c997d4c18ffb152.tar.gz
gsoc2013-evolution-7f01f3e1d98207f8101016091c997d4c18ffb152.tar.bz2
gsoc2013-evolution-7f01f3e1d98207f8101016091c997d4c18ffb152.tar.lz
gsoc2013-evolution-7f01f3e1d98207f8101016091c997d4c18ffb152.tar.xz
gsoc2013-evolution-7f01f3e1d98207f8101016091c997d4c18ffb152.tar.zst
gsoc2013-evolution-7f01f3e1d98207f8101016091c997d4c18ffb152.zip
Use CORBA_Object_release() instead of CORBA_free() as appropriate, you
doofus. svn path=/trunk/; revision=4830
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1ada639b2a..cb3301af21 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
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
`SIGBUS' to the default ones.