From e7433f16297109c4369069cf2dbc8ca29fbaab1e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 2 Oct 2013 13:36:19 +0200 Subject: [PATCH] background: Fix leak of the preview picture https://bugzilla.gnome.org/show_bug.cgi?id=709243 --- panels/background/cc-background-panel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/background/cc-background-panel.c b/panels/background/cc-background-panel.c index 1148b8032..e194c8b63 100644 --- a/panels/background/cc-background-panel.c +++ b/panels/background/cc-background-panel.c @@ -253,6 +253,7 @@ update_display_preview (CcBackgroundPanel *panel, pixbuf, 0, 0); cairo_paint (cr); + g_object_unref (pixbuf); } cairo_destroy (cr);