diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-29 02:28:14 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-29 02:28:14 +0800 |
commit | 61b4c7ffee31357507683b7b0e1d1dc0d1e0f58e (patch) | |
tree | 607e5870c26adb40579041c8062022771027c8e9 /camel/ChangeLog | |
parent | 7acc488236b777678bc85179c9c2f7530528884f (diff) | |
download | gsoc2013-evolution-61b4c7ffee31357507683b7b0e1d1dc0d1e0f58e.tar.gz gsoc2013-evolution-61b4c7ffee31357507683b7b0e1d1dc0d1e0f58e.tar.zst gsoc2013-evolution-61b4c7ffee31357507683b7b0e1d1dc0d1e0f58e.zip |
Make the locking more fine-grained on destruction; specifically, don't
2001-08-28 Peter Williams <peterw@ximian.com>
* 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
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <peterw@ximian.com> + + * 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 <fejj@ximian.com> * providers/local/camel-local-provider.c: Changed the |