aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-13 07:14:16 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-13 07:14:16 +0800
commit47f459e2108ca1cd8b37be7114dc8efaf1581b78 (patch)
treef6d1bcfd0781b84324b9e6b50552968ca7285eca /camel/ChangeLog
parentefdafd9d878dc8a5c27b13e18b2d08cb52aa066b (diff)
downloadgsoc2013-evolution-47f459e2108ca1cd8b37be7114dc8efaf1581b78.tar
gsoc2013-evolution-47f459e2108ca1cd8b37be7114dc8efaf1581b78.tar.gz
gsoc2013-evolution-47f459e2108ca1cd8b37be7114dc8efaf1581b78.tar.bz2
gsoc2013-evolution-47f459e2108ca1cd8b37be7114dc8efaf1581b78.tar.lz
gsoc2013-evolution-47f459e2108ca1cd8b37be7114dc8efaf1581b78.tar.xz
gsoc2013-evolution-47f459e2108ca1cd8b37be7114dc8efaf1581b78.tar.zst
gsoc2013-evolution-47f459e2108ca1cd8b37be7114dc8efaf1581b78.zip
On error, do not unref the parts gotten using camel_multipart_get_part()
2002-07-12 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-encrypted.c (camel_multipart_encrypted_decrypt): On error, do not unref the parts gotten using camel_multipart_get_part() since that function does not ref the parts. Also don't forget to reset the decrypted stream before trying to parse it ;-) svn path=/trunk/; revision=17445
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 93a88e2024..c3610f2bef 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,13 @@
2002-07-12 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-multipart-encrypted.c (camel_multipart_encrypted_decrypt):
+ On error, do not unref the parts gotten using
+ camel_multipart_get_part() since that function does not ref the
+ parts. Also don't forget to reset the decrypted stream before
+ trying to parse it ;-)
+
+2002-07-12 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-multipart.c (camel_multipart_class_init): Updated to not
use camel_type_get_global_classfuncs() since this is just a cast
macro now.