Replace gdk_pixbuf_unref with g_object_unref
svn path=/trunk/; revision=9253
This commit is contained in:
parent
a19fea501e
commit
49cfd993c1
3 changed files with 8 additions and 2 deletions
|
@ -1518,7 +1518,7 @@ peditor_image_chooser_update_preview_cb (GtkFileChooser *chooser,
|
|||
g_free (filename);
|
||||
|
||||
if (pixbuf != NULL)
|
||||
gdk_pixbuf_unref (pixbuf);
|
||||
g_object_unref (pixbuf);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue