diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video_dec/gdkpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_dec/gdkpixbuf.c b/src/video_dec/gdkpixbuf.c index ca5c9c6b6..72d2a1670 100644 --- a/src/video_dec/gdkpixbuf.c +++ b/src/video_dec/gdkpixbuf.c @@ -175,7 +175,7 @@ static void image_decode_data (video_decoder_t *this_gen, buf_element_t *buf) { } } rgb2yuy2_free (rgb2yuy2); - gdk_pixbuf_unref (pixbuf); + g_object_unref (pixbuf); /* * draw video frame |