summaryrefslogtreecommitdiff
path: root/plugins/gtkui
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-21 11:37:19 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-21 11:37:19 +0100
commit08f95e176cb79eeba3f98735265f6dcf31765d49 (patch)
treeee5d23a790b70bf833bc14ec684c43ffa13fafbe /plugins/gtkui
parent6a7522ed0d4b3355536432cadbda155455de0a06 (diff)
parent46742cfc009d004e71e9ef211a78e14ae23986e2 (diff)
Merge branch 'master' into guiplug
Diffstat (limited to 'plugins/gtkui')
-rw-r--r--plugins/gtkui/callbacks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkui/callbacks.c b/plugins/gtkui/callbacks.c
index c7b8a18f..03ca7dc7 100644
--- a/plugins/gtkui/callbacks.c
+++ b/plugins/gtkui/callbacks.c
@@ -902,6 +902,7 @@ seekbar_draw (GtkWidget *widget) {
clearlooks_rounded_rectangle (cr, 2, widget->allocation.height/2-4, widget->allocation.width-4, 8, 4, 0xff);
theme_set_cairo_source_rgb (cr, COLO_SEEKBAR_FRONT);
cairo_stroke (cr);
+ cairo_destroy (cr);
return;
}
float pos = 0;