From 24feba20337274a86d51700fa0e8f56ce378c902 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Thu, 17 Aug 2000 14:19:02 +0000 Subject: Whole buncha leak fixes thanks to Purify svn path=/trunk/; revision=4862 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index efa7669577..0bb4298961 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -21,6 +21,19 @@ * mail-format.c (get_url_for_icon): Copy the url_path so that it can't get freed under us. + * mail-threads.c (mail_operation_queue): Fix a leak. + + * mail-ops.c (mail_do_display_message): Fix another leak. + + * message-list.c (message_list_destroy): Remove the seen_id timeout + if necessary. + + * mail-local.c (mail_tool_local_uri_to_folder): Fix a leak. + + * session.c (auth_callback): Fix a leak. Almost seems as if + I've been using Purify... + + 2000-08-15 Peter Williams * message-thread.c (alloc_container): Add support for debugging -- cgit