From ed138c113d6171fa4513474e300d6b9fb45a39ec Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 12 Mar 2003 00:37:33 +0000 Subject: removed, it was double-freeing the key. (save_object): Just save the 2003-03-12 Not Zed * 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 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') 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 + + * 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 * camel-url-scanner.c (camel_url_addrspec_end): Doh! If inptr == -- cgit v1.2.3