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

@ -116,6 +116,7 @@ _view_items_added_cb (SwClientItemView *item_view,
0, pixbuf,
1, item,
-1);
g_object_unref (pixbuf);
}
}