don't leak the WPItems

2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* gnome-wp-item.c: (gnome_wp_item_free): don't leak the WPItems

svn path=/trunk/; revision=7607
This commit is contained in:
Jens Granseuer 2007-05-13 15:41:30 +00:00 committed by Jens Granseuer
parent 33aded2641
commit ab26956b2e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-05-13 Jens Granseuer <jensgr@gmx.net>
* gnome-wp-item.c: (gnome_wp_item_free): don't leak the WPItems
2007-05-13 Thomas Wood <thos@gnome.org>
* appearance-themes.c: (themes_init), (theme_changed_func),

View file

@ -107,7 +107,7 @@ void gnome_wp_item_free (GnomeWPItem * item) {
gtk_tree_row_reference_free (item->rowref);
item = NULL;
g_free (item);
}
GnomeWPItem * gnome_wp_item_dup (GnomeWPItem * item) {