aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-17 10:36:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-17 10:36:39 +0800
commit4f12e85340ad5b55a9a2fefd8aa0abfb422ddda3 (patch)
treeda0417c604d748057cc39a999ca3bac78d76e9d5 /mail/ChangeLog
parent91259ad3c04665082bbac0f2dbc073e008b3c957 (diff)
downloadgsoc2013-evolution-4f12e85340ad5b55a9a2fefd8aa0abfb422ddda3.tar
gsoc2013-evolution-4f12e85340ad5b55a9a2fefd8aa0abfb422ddda3.tar.gz
gsoc2013-evolution-4f12e85340ad5b55a9a2fefd8aa0abfb422ddda3.tar.bz2
gsoc2013-evolution-4f12e85340ad5b55a9a2fefd8aa0abfb422ddda3.tar.lz
gsoc2013-evolution-4f12e85340ad5b55a9a2fefd8aa0abfb422ddda3.tar.xz
gsoc2013-evolution-4f12e85340ad5b55a9a2fefd8aa0abfb422ddda3.tar.zst
gsoc2013-evolution-4f12e85340ad5b55a9a2fefd8aa0abfb422ddda3.zip
Free the format string.
2002-04-16 Jeffrey Stedfast <fejj@ximian.com> * mail-tools.c (mail_tool_destroy_xevolution): Free the format string. * mail-config.c (config_write_signature): Don't leak the path strings here. * mail-signature-editor.c (menu_file_save_cb): Free the dirname string. svn path=/trunk/; revision=16486
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9edc77184d..74f9856dc0 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2002-04-16 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-tools.c (mail_tool_destroy_xevolution): Free the format
+ string.
+
+ * mail-config.c (config_write_signature): Don't leak the path
+ strings here.
+
+ * mail-signature-editor.c (menu_file_save_cb): Free the dirname
+ string.
+
* mail-config-factory.c (config_control_factory_cb): Ref the prefs
widget here since we unref in the destroy callback. Caught this
thanks to purify.