diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
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. |