forked from AuroraMiddleware/gtk
GtkColorButton: Don't forget to close a cairo context
Patch by Jerome Lambourg, bug 655392.
This commit is contained in:
parent
311d782963
commit
144e4af8bc
@ -336,6 +336,8 @@ gtk_color_button_draw_cb (GtkWidget *widget,
|
||||
cairo_pattern_destroy (checkered);
|
||||
}
|
||||
|
||||
cairo_destroy (cr);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user