diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-29 00:52:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-29 00:52:23 +0800 |
commit | b7e09293e9b634262e7de82a8f09e890a58aeb3a (patch) | |
tree | 3fdba37f6ce1d99dddcb579fe7503438b15025ae /camel/ChangeLog | |
parent | a357fc5b44d807a81b066960e584787e263cd7d1 (diff) | |
download | gsoc2013-evolution-b7e09293e9b634262e7de82a8f09e890a58aeb3a.tar.gz gsoc2013-evolution-b7e09293e9b634262e7de82a8f09e890a58aeb3a.tar.zst gsoc2013-evolution-b7e09293e9b634262e7de82a8f09e890a58aeb3a.zip |
Fix a memory leak. Also if the decoded value is NULL, that means it wasn't
2001-06-28 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-utils.c (header_decode_param_list): Fix a memory
leak. Also if the decoded value is NULL, that means it wasn't
encoded so we don't want to toss the old value.
(header_param_list_format_append): Correctly wrap long parameter
values according to rfc2184.
svn path=/trunk/; revision=10566
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index eab69a3617..09e4973925 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2001-06-28 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-utils.c (header_decode_param_list): Fix a memory + leak. Also if the decoded value is NULL, that means it wasn't + encoded so we don't want to toss the old value. + (header_param_list_format_append): Correctly wrap long parameter + values according to rfc2184. + 2001-06-28 Dan Winship <danw@ximian.com> * providers/imap/camel-imap-folder.c (imap_refresh_info): If the |