aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-15 08:55:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-15 08:55:22 +0800
commitf463844fdba804d411611a91d1311037de97c300 (patch)
tree63cd972e1d591676b75f7dd4052fa0d40200e13d /mail/ChangeLog
parent346bdd86b9f5b2a8b9ecfbca76e174b4b10e9c07 (diff)
downloadgsoc2013-evolution-f463844fdba804d411611a91d1311037de97c300.tar
gsoc2013-evolution-f463844fdba804d411611a91d1311037de97c300.tar.gz
gsoc2013-evolution-f463844fdba804d411611a91d1311037de97c300.tar.bz2
gsoc2013-evolution-f463844fdba804d411611a91d1311037de97c300.tar.lz
gsoc2013-evolution-f463844fdba804d411611a91d1311037de97c300.tar.xz
gsoc2013-evolution-f463844fdba804d411611a91d1311037de97c300.tar.zst
gsoc2013-evolution-f463844fdba804d411611a91d1311037de97c300.zip
Return the cached value of camel_service_get_name so that we don't leak
2001-09-14 Jeffrey Stedfast <fejj@ximian.com> * subscribe-dialog.c (fe_root_value_at): Return the cached value of camel_service_get_name so that we don't leak memory. (fe_real_value_at): Don't strdup the node's name. (folder_etree_construct): Set the service_name. (fe_destroy): Free the service_name. svn path=/trunk/; revision=12849
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0531dedd58..ddaa383a83 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-09-14 Jeffrey Stedfast <fejj@ximian.com>
+ * subscribe-dialog.c (fe_root_value_at): Return the cached value
+ of camel_service_get_name so that we don't leak memory.
+ (fe_real_value_at): Don't strdup the node's name.
+ (folder_etree_construct): Set the service_name.
+ (fe_destroy): Free the service_name.
+
* mail-ops.c (add_vtrash_info): Free the temporary path variable
here.