diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-20 10:22:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-20 10:22:07 +0800 |
commit | 31c87215157fd3250414560d1d72a41d01253081 (patch) | |
tree | 7c37296e9731405710abd28f99fa43a17c75b7cb /camel/ChangeLog | |
parent | 3bda5b75e81de2febbdcafb5316ec805c018a91c (diff) | |
download | gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.tar.gz gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.tar.zst gsoc2013-evolution-31c87215157fd3250414560d1d72a41d01253081.zip |
Free the LIST pop3 command.
2002-04-19 Jeffrey Stedfast <fejj@ximian.com>
* providers/pop3/camel-pop3-folder.c (pop3_refresh_info): Free the
LIST pop3 command.
* camel-data-cache.c (data_cache_finalise): Free the cdc->path.
svn path=/trunk/; revision=16550
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a4ee868465..e1bfcec9e4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2002-04-19 Jeffrey Stedfast <fejj@ximian.com> + * providers/pop3/camel-pop3-folder.c (pop3_refresh_info): Free the + LIST pop3 command. + + * camel-data-cache.c (data_cache_finalise): Free the cdc->path. + * camel-multipart.c (write_to_stream): Don't g_return_val_if_fail here if the boundary is an empty string. See bug #23676 for details. The way I see it, we have 2 options: 1) leave this fix |