aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-25 03:29:20 +0800
committerDan Winship <danw@src.gnome.org>2000-04-25 03:29:20 +0800
commit98e2091d6287bd28601d49877f1169de1c0dad6c (patch)
tree7f5bf3a6c21069fcf1542bd5d3c5637596e1219b /camel/ChangeLog
parent262f167d2e8da08fa15ab9099f1aec6209915e56 (diff)
downloadgsoc2013-evolution-98e2091d6287bd28601d49877f1169de1c0dad6c.tar
gsoc2013-evolution-98e2091d6287bd28601d49877f1169de1c0dad6c.tar.gz
gsoc2013-evolution-98e2091d6287bd28601d49877f1169de1c0dad6c.tar.bz2
gsoc2013-evolution-98e2091d6287bd28601d49877f1169de1c0dad6c.tar.lz
gsoc2013-evolution-98e2091d6287bd28601d49877f1169de1c0dad6c.tar.xz
gsoc2013-evolution-98e2091d6287bd28601d49877f1169de1c0dad6c.tar.zst
gsoc2013-evolution-98e2091d6287bd28601d49877f1169de1c0dad6c.zip
ref (and sink) the message stream if we're going to unref it later.
* providers/mbox/camel-mbox-folder.c (_get_message_by_uid): ref (and sink) the message stream if we're going to unref it later. Otherwise it could get destroyed while there are still substreams attached to it. This needs a cleaner solution. svn path=/trunk/; revision=2586
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3ee2d0c0ae..ccca37a671 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2000-04-24 Dan Winship <danw@helixcode.com>
+ * providers/mbox/camel-mbox-folder.c (_get_message_by_uid): ref
+ (and sink) the message stream if we're going to unref it later.
+ Otherwise it could get destroyed while there are still substreams
+ attached to it. This needs a cleaner solution.
+
* camel.h: remove data-wrapper-repository.h include(s)
2000-04-24 NotZed <NotZed@HelixCode.com>