summaryrefslogtreecommitdiff
path: root/plugins/gtkui/plcommon.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-11 21:27:45 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-11 21:27:45 +0100
commitdcabb2614f08eb07a118c545e8df7af8cf898148 (patch)
treeffd7bca37cbe6183412ce2a348772501422cea0c /plugins/gtkui/plcommon.c
parent5f0cf616e4614b060ceb2e68b8401ce2d0fb7bad (diff)
fixed few crashbugs in coverart code
Diffstat (limited to 'plugins/gtkui/plcommon.c')
-rw-r--r--plugins/gtkui/plcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/plcommon.c b/plugins/gtkui/plcommon.c
index 7e3aca11..eed3858a 100644
--- a/plugins/gtkui/plcommon.c
+++ b/plugins/gtkui/plcommon.c
@@ -110,6 +110,7 @@ void draw_column_data (DdbListview *listview, GdkDrawable *drawable, DdbListview
gdk_draw_pixbuf (drawable, GTK_WIDGET (listview)->style->white_gc, pixbuf, 0, sy, x + ART_PADDING_HORZ, art_y, pw, ph, GDK_RGB_DITHER_NONE, 0, 0);
// gdk_draw_rectangle (drawable, GTK_WIDGET (listview)->style->black_gc, FALSE, x + ART_PADDING_HORZ, art_y, pw, ph);
}
+ g_object_unref (pixbuf);
}
}
}