diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-05-21 23:32:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-05-21 23:32:37 +0800 |
commit | 4773ca9f2bf5d0c1e14f3c80af31950ca99c1064 (patch) | |
tree | cd7fc09690c27e52129c24d21c19a95af2d3be56 /camel/ChangeLog | |
parent | 051f6546155f56e5dd478c9b366aa583948431bc (diff) | |
download | gsoc2013-evolution-4773ca9f2bf5d0c1e14f3c80af31950ca99c1064.tar gsoc2013-evolution-4773ca9f2bf5d0c1e14f3c80af31950ca99c1064.tar.gz gsoc2013-evolution-4773ca9f2bf5d0c1e14f3c80af31950ca99c1064.tar.bz2 gsoc2013-evolution-4773ca9f2bf5d0c1e14f3c80af31950ca99c1064.tar.lz gsoc2013-evolution-4773ca9f2bf5d0c1e14f3c80af31950ca99c1064.tar.xz gsoc2013-evolution-4773ca9f2bf5d0c1e14f3c80af31950ca99c1064.tar.zst gsoc2013-evolution-4773ca9f2bf5d0c1e14f3c80af31950ca99c1064.zip |
Create a second GPtrArray for the keys. We don't want to use
2003-05-20 Jeffrey Stedfast <fejj@ximian.com>
* camel-object.c (camel_object_bag_destroy): Create a second
GPtrArray for the keys. We don't want to use bag->free_key() on
the object. Fixes bug #43406.
svn path=/trunk/; revision=21300
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 219e0f4f05..4b65b48e04 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-05-20 Jeffrey Stedfast <fejj@ximian.com> + + * camel-object.c (camel_object_bag_destroy): Create a second + GPtrArray for the keys. We don't want to use bag->free_key() on + the object. Fixes bug #43406. + 2003-05-19 Jeffrey Stedfast <fejj@ximian.com> * camel-folder-summary.c (camel_folder_summary_load): Only display |