From 61b4c7ffee31357507683b7b0e1d1dc0d1e0f58e Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 28 Aug 2001 18:28:14 +0000 Subject: Make the locking more fine-grained on destruction; specifically, don't 2001-08-28 Peter Williams * camel-object.c (camel_object_unref): Make the locking more fine-grained on destruction; specifically, don't hold the type lock while calling the finalize functions. svn path=/trunk/; revision=12501 --- camel/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 070ce611d5..8f87491d3d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-08-28 Peter Williams + + * camel-object.c (camel_object_unref): Make the locking more + fine-grained on destruction; specifically, don't hold the + type lock while calling the finalize functions. + 2001-08-27 Jeffrey Stedfast * providers/local/camel-local-provider.c: Changed the -- cgit