diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-09-08 05:34:47 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-09-08 05:34:47 +0800 |
commit | 7d21306087b675f3c9b358617445cc4510435f05 (patch) | |
tree | 4801c5c0f11d5b70d0fb800ccbd6a6fe1c2dd5ea /camel/ChangeLog | |
parent | aecfa56f0211555716c0b984937132f447b8f47b (diff) | |
download | gsoc2013-evolution-7d21306087b675f3c9b358617445cc4510435f05.tar.gz gsoc2013-evolution-7d21306087b675f3c9b358617445cc4510435f05.tar.zst gsoc2013-evolution-7d21306087b675f3c9b358617445cc4510435f05.zip |
Make sure to unref the mime filters when we finish with them.
2001-09-07 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_data): Make sure to
unref the mime filters when we finish with them.
svn path=/trunk/; revision=12689
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 8389e59a37..7c0a5dcfe0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-09-07 Jeffrey Stedfast <fejj@ximian.com> + + * providers/smtp/camel-smtp-transport.c (smtp_data): Make sure to + unref the mime filters when we finish with them. + 2001-09-07 Ettore Perazzoli <ettore@ximian.com> * providers/local/camel-mbox-summary.c (mbox_summary_sync_full): |