background: fix various leaks

Fix various leaks found by valgrind.
This commit is contained in:
Thomas Wood 2010-08-12 11:23:55 +01:00
parent 1418445e13
commit 2b56a5ea0f
7 changed files with 14 additions and 4 deletions

View file

@ -105,6 +105,8 @@ bg_colors_source_init (BgColorsSource *self)
0, pixbuf,
1, item,
-1);
g_object_unref (pixbuf);
}
g_object_unref (thumb_factory);