aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-02 14:34:58 +0800
committerDan Winship <danw@src.gnome.org>2000-06-02 14:34:58 +0800
commit7a5b5c31e4312fbf307c39b25d79a2610c5559ae (patch)
tree10d975896e1cc2373c64fdaac30eb0e1a937becd /camel/ChangeLog
parent9717e6f9efc0f5acfb0c15e576a703e02c0cd753 (diff)
downloadgsoc2013-evolution-7a5b5c31e4312fbf307c39b25d79a2610c5559ae.tar
gsoc2013-evolution-7a5b5c31e4312fbf307c39b25d79a2610c5559ae.tar.gz
gsoc2013-evolution-7a5b5c31e4312fbf307c39b25d79a2610c5559ae.tar.bz2
gsoc2013-evolution-7a5b5c31e4312fbf307c39b25d79a2610c5559ae.tar.lz
gsoc2013-evolution-7a5b5c31e4312fbf307c39b25d79a2610c5559ae.tar.xz
gsoc2013-evolution-7a5b5c31e4312fbf307c39b25d79a2610c5559ae.tar.zst
gsoc2013-evolution-7a5b5c31e4312fbf307c39b25d79a2610c5559ae.zip
Fun with purify.
* providers/pop3/camel-pop3-store.c (pop3_connect): free msg on success as well as failure. (camel_pop3_command_get_additional_data): free buf after reading the last line ("."). * providers/pop3/camel-pop3-folder.c (get_message_by_uid): free body data after creating the memstream from it (which will copy the data). * providers/mbox/camel-mbox-folder.c (mbox_finalize): free summary and index paths. * camel-data-wrapper.c (finalize): unref the stream, if it exists. svn path=/trunk/; revision=3381
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 539534804b..f643a09618 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,21 @@
+2000-06-02 Dan Winship <danw@helixcode.com>
+
+ Fun with purify.
+
+ * providers/pop3/camel-pop3-store.c (pop3_connect): free msg on
+ success as well as failure.
+ (camel_pop3_command_get_additional_data): free buf after reading
+ the last line (".").
+
+ * providers/pop3/camel-pop3-folder.c (get_message_by_uid): free
+ body data after creating the memstream from it (which will copy
+ the data).
+
+ * providers/mbox/camel-mbox-folder.c (mbox_finalize): free summary
+ and index paths.
+
+ * camel-data-wrapper.c (finalize): unref the stream, if it exists.
+
2000-06-01 Not Zed <NotZed@HelixCode.com>
* camel-mime-part.c (construct_from_parser): For a message part,