mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
Don't forget to unrealize the renderer
This causes a critical warning.
This commit is contained in:
parent
4f1cc8ec6d
commit
34e90005af
@ -143,5 +143,7 @@ do_compare (int *argc,
|
||||
g_strfreev (filenames);
|
||||
g_object_unref (texture[0]);
|
||||
g_object_unref (texture[1]);
|
||||
|
||||
gsk_renderer_unrealize (renderer);
|
||||
g_object_unref (renderer);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user