diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-05-23 04:17:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-05-23 04:17:02 +0800 |
commit | 0335f162f8e52908c94abd1e0afad2c8af70648a (patch) | |
tree | 710609e6002f96c4f6e2ca964a8a4020f01f0384 /camel/ChangeLog | |
parent | 2f150ba1ce1524f56d8ed891a7bc0ed7b8fac53f (diff) | |
download | gsoc2013-evolution-0335f162f8e52908c94abd1e0afad2c8af70648a.tar gsoc2013-evolution-0335f162f8e52908c94abd1e0afad2c8af70648a.tar.gz gsoc2013-evolution-0335f162f8e52908c94abd1e0afad2c8af70648a.tar.bz2 gsoc2013-evolution-0335f162f8e52908c94abd1e0afad2c8af70648a.tar.lz gsoc2013-evolution-0335f162f8e52908c94abd1e0afad2c8af70648a.tar.xz gsoc2013-evolution-0335f162f8e52908c94abd1e0afad2c8af70648a.tar.zst gsoc2013-evolution-0335f162f8e52908c94abd1e0afad2c8af70648a.zip |
Lets try this again. We don't actually want to free the key here, because
2003-05-22 Jeffrey Stedfast <fejj@ximian.com>
* camel-object.c (camel_object_bag_destroy): Lets try this
again. We don't actually want to free the key here, because
camel_object_bag_remove() does that for us. This should fix bug
#43406 properly.
svn path=/trunk/; revision=21327
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4b65b48e04..ced3b4e9e8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2003-05-22 Jeffrey Stedfast <fejj@ximian.com> + + * camel-object.c (camel_object_bag_destroy): Lets try this + again. We don't actually want to free the key here, because + camel_object_bag_remove() does that for us. This should fix bug + #43406 properly. + 2003-05-20 Jeffrey Stedfast <fejj@ximian.com> * camel-object.c (camel_object_bag_destroy): Create a second |