diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-01 06:10:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-01 06:10:13 +0800 |
commit | 5a35647b7d94b54baec0b2e21b401a056bd2b06d (patch) | |
tree | a96a4621ccb4b0a60e9ef25b852a8db3f9795a47 /camel/ChangeLog | |
parent | 8c4223b4c440d5b94eddaf0fe7bd8f1489186c2c (diff) | |
download | gsoc2013-evolution-5a35647b7d94b54baec0b2e21b401a056bd2b06d.tar gsoc2013-evolution-5a35647b7d94b54baec0b2e21b401a056bd2b06d.tar.gz gsoc2013-evolution-5a35647b7d94b54baec0b2e21b401a056bd2b06d.tar.bz2 gsoc2013-evolution-5a35647b7d94b54baec0b2e21b401a056bd2b06d.tar.lz gsoc2013-evolution-5a35647b7d94b54baec0b2e21b401a056bd2b06d.tar.xz gsoc2013-evolution-5a35647b7d94b54baec0b2e21b401a056bd2b06d.tar.zst gsoc2013-evolution-5a35647b7d94b54baec0b2e21b401a056bd2b06d.zip |
When the part is a multipart/signed, make sure to free the part_spec
2002-05-31 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-folder.c (get_content): When the part
is a multipart/signed, make sure to free the part_spec before
returning (the other types already did this properly).
svn path=/trunk/; revision=17066
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2dc1ccb816..dd1f8cd40c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2002-05-31 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-folder.c (get_content): When the part + is a multipart/signed, make sure to free the part_spec before + returning (the other types already did this properly). + * providers/imap/camel-imap-message-cache.c (camel_imap_message_cache_get): Free the path buffer when we're done with it. |