free metacity theme after use

2007-12-09  Jens Granseuer  <jensgr@gmx.net>

	* theme-thumbnail.c: (create_meta_theme_pixbuf): free metacity theme
	after use

svn path=/trunk/; revision=8321
This commit is contained in:
Jens Granseuer 2007-12-09 15:10:41 +00:00 committed by Jens Granseuer
parent dd966ec0ae
commit 205e897235
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-12-09 Jens Granseuer <jensgr@gmx.net>
* theme-thumbnail.c: (create_meta_theme_pixbuf): free metacity theme
after use
2007-12-04 Jens Granseuer <jensgr@gmx.net>
Patch by: Brian Cameron <brian.cameron@sun.com>

View file

@ -329,6 +329,7 @@ create_meta_theme_pixbuf (ThemeThumbnailData *theme_thumbnail_data)
1.0, 1.0, GDK_INTERP_BILINEAR, 255);
g_object_unref (icon);
gtk_widget_destroy (window);
meta_theme_free (theme);
return pixbuf;
}