aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-03-12 08:37:33 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-03-12 08:37:33 +0800
commited138c113d6171fa4513474e300d6b9fb45a39ec (patch)
tree8977e3584b481ad8569f9b852dcc3e17cf5259cf /camel/ChangeLog
parent2ac9216ba13699b6d6db45c4f438382920d06bae (diff)
downloadgsoc2013-evolution-ed138c113d6171fa4513474e300d6b9fb45a39ec.tar
gsoc2013-evolution-ed138c113d6171fa4513474e300d6b9fb45a39ec.tar.gz
gsoc2013-evolution-ed138c113d6171fa4513474e300d6b9fb45a39ec.tar.bz2
gsoc2013-evolution-ed138c113d6171fa4513474e300d6b9fb45a39ec.tar.lz
gsoc2013-evolution-ed138c113d6171fa4513474e300d6b9fb45a39ec.tar.xz
gsoc2013-evolution-ed138c113d6171fa4513474e300d6b9fb45a39ec.tar.zst
gsoc2013-evolution-ed138c113d6171fa4513474e300d6b9fb45a39ec.zip
removed, it was double-freeing the key. (save_object): Just save the
2003-03-12 Not Zed <NotZed@Ximian.com> * camel-object.c (remove_bag): removed, it was double-freeing the key. (save_object): Just save the object in an array. (camel_object_bag_destroy): first save the object bag's objects in a list, then remove them one at a time from the bag since we can't remove hash table entries while we're in a foreach (PITA glib shit). For #39486. (camel_object_bag_*): killed some warnings. svn path=/trunk/; revision=20258
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 04d55667e4..9f2ffe93d8 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,14 @@
+2003-03-12 Not Zed <NotZed@Ximian.com>
+
+ * camel-object.c (remove_bag): removed, it was double-freeing the
+ key.
+ (save_object): Just save the object in an array.
+ (camel_object_bag_destroy): first save the object bag's objects in
+ a list, then remove them one at a time from the bag since we can't
+ remove hash table entries while we're in a foreach (PITA glib
+ shit). For #39486.
+ (camel_object_bag_*): killed some warnings.
+
2003-03-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-url-scanner.c (camel_url_addrspec_end): Doh! If inptr ==