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:
parent
dd966ec0ae
commit
205e897235
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue