From 5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 10 Aug 2001 04:23:32 +0000 Subject: Added a comment about leaking memory here, but we seem to not even use the 2001-08-10 Jeffrey Stedfast * folder-browser.c (on_right_click): Added a comment about leaking memory here, but we seem to not even use the 2 strings we strdup...is this code still under construction? * mail-ops.c (mail_send_message): Free the sent_folder_uri at the bottom of the function (ironically enough we were freeing it if we encountered an error but never free'd it on success :-) (get_folderinfo_got): Fixed a memory leak...this one would have gone away once we got rid of the debug g_warning though. svn path=/trunk/; revision=11868 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index d6c766f980..8724f3f6d8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-08-10 Jeffrey Stedfast + + * folder-browser.c (on_right_click): Added a comment about leaking + memory here, but we seem to not even use the 2 strings we + strdup...is this code still under construction? + + * mail-ops.c (mail_send_message): Free the sent_folder_uri at the + bottom of the function (ironically enough we were freeing it if we + encountered an error but never free'd it on success :-) + (get_folderinfo_got): Fixed a memory leak...this one would have + gone away once we got rid of the debug g_warning though. + 2001-08-10 Not Zed * mail-ops.c (mail_transfer_messages): Dont want it to keep on -- cgit v1.2.3