Author: matthiasc
Date: Tue Jan 8 01:22:05 2008
New Revision: 6272
URL: http://svn.gnome.org/viewvc/glib?rev=6272&view=rev
Log:
Free group hash
Modified:
branches/glib-2-14/ChangeLog
branches/glib-2-14/glib/gkeyfile.c
Modified: branches/glib-2-14/glib/gkeyfile.c
==============================================================================
--- branches/glib-2-14/glib/gkeyfile.c (original)
+++ branches/glib-2-14/glib/gkeyfile.c Tue Jan 8 01:22:05 2008
@@ -236,6 +236,9 @@
g_key_file_remove_group_node (key_file, group_node);
}
+ g_hash_table_destroy (key_file->group_hash);
+ key_file->group_hash = NULL;
+
g_assert (key_file->groups == NULL);
}
_______________________________________________
SVN-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/svn-commits-list