Don't forget to unrealize the renderer

This causes a critical warning.
This commit is contained in:
Matthias Clasen 2024-03-08 15:48:09 -05:00
parent 4f1cc8ec6d
commit 34e90005af

View File

@ -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);
}