mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
GtkColorButton: Don't forget to close a cairo context
Patch by Jerome Lambourg, bug 655392.
This commit is contained in:
parent
dde74089f4
commit
89d217c90a
@ -317,6 +317,8 @@ expose_event (GtkWidget *widget,
|
||||
cairo_pattern_destroy (checkered);
|
||||
}
|
||||
|
||||
cairo_destroy (cr);
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user