diff options
author | 0 <NotZed@Ximian.com> | 2001-10-31 02:22:14 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-31 02:22:14 +0800 |
commit | aa4d57d3e41023f2e88571135275f20cdd3dc4e7 (patch) | |
tree | e8787120c4b110bc70a47ed5316c41d6a9525a10 /camel/ChangeLog | |
parent | cccb17b0909b26e94abdf82a045d220e9dcc2cd7 (diff) | |
download | gsoc2013-evolution-aa4d57d3e41023f2e88571135275f20cdd3dc4e7.tar gsoc2013-evolution-aa4d57d3e41023f2e88571135275f20cdd3dc4e7.tar.gz gsoc2013-evolution-aa4d57d3e41023f2e88571135275f20cdd3dc4e7.tar.bz2 gsoc2013-evolution-aa4d57d3e41023f2e88571135275f20cdd3dc4e7.tar.lz gsoc2013-evolution-aa4d57d3e41023f2e88571135275f20cdd3dc4e7.tar.xz gsoc2013-evolution-aa4d57d3e41023f2e88571135275f20cdd3dc4e7.tar.zst gsoc2013-evolution-aa4d57d3e41023f2e88571135275f20cdd3dc4e7.zip |
Make sure we unref the mimeparse when we're done (successfully). This was
2001-10-30 <NotZed@Ximian.com>
* camel-filter-driver.c (camel_filter_driver_filter_mbox): Make
sure we unref the mimeparse when we're done (successfully). This
was leaking an fd every get-mail! :(
* camel-lock-client.c (camel_lock_helper_init): Close all fd's
above 2.
svn path=/trunk/; revision=14468
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 02563cc235..3d7db779d8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2001-10-30 <NotZed@Ximian.com> + * camel-filter-driver.c (camel_filter_driver_filter_mbox): Make + sure we unref the mimeparse when we're done (successfully). This + was leaking an fd every get-mail! :( + + * camel-lock-client.c (camel_lock_helper_init): Close all fd's + above 2. + * providers/local/camel-mbox-folder.c (mbox_get_message): Remove the X-Evolution header before anyone else gets to see this private thing. Shoudl fix 11676 since we were inheriting flags from |