diff options
author | Not Zed <NotZed@Ximian.com> | 2002-08-06 11:55:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-08-06 11:55:12 +0800 |
commit | 5c45e184a45679817e123abb6efcf937d6f50cdc (patch) | |
tree | 04811251e612db47e19d3849207c8faccb49cdf2 /mail/ChangeLog | |
parent | abafd9de4f2e7f63ec522aae1009a671cb19425c (diff) | |
download | gsoc2013-evolution-5c45e184a45679817e123abb6efcf937d6f50cdc.tar gsoc2013-evolution-5c45e184a45679817e123abb6efcf937d6f50cdc.tar.gz gsoc2013-evolution-5c45e184a45679817e123abb6efcf937d6f50cdc.tar.bz2 gsoc2013-evolution-5c45e184a45679817e123abb6efcf937d6f50cdc.tar.lz gsoc2013-evolution-5c45e184a45679817e123abb6efcf937d6f50cdc.tar.xz gsoc2013-evolution-5c45e184a45679817e123abb6efcf937d6f50cdc.tar.zst gsoc2013-evolution-5c45e184a45679817e123abb6efcf937d6f50cdc.zip |
Check driver != NULL, if folder_filter freed it already.
2002-08-06 Not Zed <NotZed@Ximian.com>
* mail-ops.c
(fetch_mail_fetch): Check driver != NULL, if folder_filter freed
it already.
svn path=/trunk/; revision=17705
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 389f828f88..4060561111 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -3,6 +3,8 @@ * mail-ops.c (filter_folder_filter): Unref the driver before returning to main thread, so any closing operations are handled async (as in fetch_mail_fetch()), for #28072. + (fetch_mail_fetch): Check driver != NULL, if folder_filter freed + it already. ** fixes for #24605. |