diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-01 05:40:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-01 05:40:07 +0800 |
commit | 8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c (patch) | |
tree | 1b89ab7bfde08c3e432e98d74ac3e75373ceacd1 /camel/ChangeLog | |
parent | a49a16f48046962318d080e23d3886057cd27ee9 (diff) | |
download | gsoc2013-evolution-8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c.tar gsoc2013-evolution-8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c.tar.gz gsoc2013-evolution-8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c.tar.bz2 gsoc2013-evolution-8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c.tar.lz gsoc2013-evolution-8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c.tar.xz gsoc2013-evolution-8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c.tar.zst gsoc2013-evolution-8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c.zip |
Free the path buffer when we're done with it.
2002-05-31 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-message-cache.c
(camel_imap_message_cache_get): Free the path buffer when we're
done with it.
* providers/imap/camel-imap-folder.c (imap_update_summary): Free
the final tagged response buffer.
svn path=/trunk/; revision=17065
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b2ee747f69..2dc1ccb816 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2002-05-31 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-message-cache.c + (camel_imap_message_cache_get): Free the path buffer when we're + done with it. + + * providers/imap/camel-imap-folder.c (imap_update_summary): Free + the final tagged response buffer. + * providers/imap/camel-imap-command.c (imap_read_untagged): If we fail to read a literal, free the temporary string buffer. |