aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-10 12:23:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-10 12:23:32 +0800
commit5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a (patch)
tree545719eb4f5d13a9a824173e57b4a49c07454911 /mail/ChangeLog
parent8907111d47ab7c750a7e99636c21ceab51255243 (diff)
downloadgsoc2013-evolution-5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a.tar
gsoc2013-evolution-5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a.tar.gz
gsoc2013-evolution-5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a.tar.bz2
gsoc2013-evolution-5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a.tar.lz
gsoc2013-evolution-5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a.tar.xz
gsoc2013-evolution-5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a.tar.zst
gsoc2013-evolution-5cfa31ba114380fa2a731ed1b2a55f6ef835dc5a.zip
Added a comment about leaking memory here, but we seem to not even use the
2001-08-10 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
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 <fejj@ximian.com>
+
+ * 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 <NotZed@Ximian.com>
* mail-ops.c (mail_transfer_messages): Dont want it to keep on