bcec6df78e
We were leaking one instance because _cogl_winsys_egl_context_created() could be potentially be called twice (via cogl_display_setup() one as part of cogl_renderer_check_onscreen_template() and the other when called from clutter_backend_do_real_create_context()), and so we'd ended up overwriting the reference we had. However, we really didn't use it anywhere and once used to call the relevant functions it's just useless. So let's just keep it as local variable Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3788> |
||
---|---|---|
.. | ||
cogl | ||
cogl-pango | ||
meson.build |