mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
tests: Unrealize renderer
Renderers must be unrealized these days.
This commit is contained in:
parent
38b25599d8
commit
bb8baa2b76
@ -138,6 +138,7 @@ main(int argc, char **argv)
|
||||
cairo_image_surface_get_data (surface),
|
||||
cairo_image_surface_get_stride (surface));
|
||||
cairo_surface_mark_dirty (surface);
|
||||
gsk_renderer_unrealize (renderer);
|
||||
g_object_unref (texture);
|
||||
g_object_unref (window);
|
||||
g_object_unref (renderer);
|
||||
|
Loading…
Reference in New Issue
Block a user