aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-08 06:54:54 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-08 06:54:54 +0800
commit18f64d591747716a8e0cafd7c4ba4007f6cbf2f4 (patch)
tree64491e322b58301cb27f71db2c91a63f534a000c /camel/ChangeLog
parent325fb5714b03624cc7f90d00a57d23b435b943c5 (diff)
downloadgsoc2013-evolution-18f64d591747716a8e0cafd7c4ba4007f6cbf2f4.tar
gsoc2013-evolution-18f64d591747716a8e0cafd7c4ba4007f6cbf2f4.tar.gz
gsoc2013-evolution-18f64d591747716a8e0cafd7c4ba4007f6cbf2f4.tar.bz2
gsoc2013-evolution-18f64d591747716a8e0cafd7c4ba4007f6cbf2f4.tar.lz
gsoc2013-evolution-18f64d591747716a8e0cafd7c4ba4007f6cbf2f4.tar.xz
gsoc2013-evolution-18f64d591747716a8e0cafd7c4ba4007f6cbf2f4.tar.zst
gsoc2013-evolution-18f64d591747716a8e0cafd7c4ba4007f6cbf2f4.zip
Disconnect from the service here otherwise the locks will be destroyed and
2001-09-07 Jeffrey Stedfast <fejj@ximian.com> * camel-remote-store.c (camel_remote_store_finalise): Disconnect from the service here otherwise the locks will be destroyed and by the time CamelService finalizes we'll crash or hang. svn path=/trunk/; revision=12692
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 7c0a5dcfe0..3a23bb94d3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2001-09-07 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-remote-store.c (camel_remote_store_finalise): Disconnect
+ from the service here otherwise the locks will be destroyed and by
+ the time CamelService finalizes we'll crash or hang.
+
* providers/smtp/camel-smtp-transport.c (smtp_data): Make sure to
unref the mime filters when we finish with them.