background: Fix leak of the preview picture

https://bugzilla.gnome.org/show_bug.cgi?id=709243
This commit is contained in:
Bastien Nocera 2013-10-02 13:36:19 +02:00
parent 3942035180
commit e7433f1629

View file

@ -253,6 +253,7 @@ update_display_preview (CcBackgroundPanel *panel,
pixbuf,
0, 0);
cairo_paint (cr);
g_object_unref (pixbuf);
}
cairo_destroy (cr);