efl/src/modules/ecore_evas/engines/wayland
Derek Foreman 0a66978041 ee_wayland: Fix ecore_wl2 refcounting breakage on some failures
If we have a blacklisted gl implementation then we'll create a canvas,
it'll fail to be useful, and we'll free it - which calls
ecore_wl2_shutdown(), but then we'll also call ecore_wl2_shutdown()
a second time further down the failure path.

Take a bonus reference before freeing the failed canvas to keep refcounts
sane.
2018-02-21 16:42:08 -06:00
..
ecore_evas_wayland_common.c ee_wayland: Fix ecore_wl2 refcounting breakage on some failures 2018-02-21 16:42:08 -06:00
ecore_evas_wayland_egl.c ecore-evas-wayland: Remove unused includes 2016-12-02 14:25:10 -05:00
ecore_evas_wayland_private.h wayland: Tick like a boss 2017-08-18 14:27:32 -05:00
ecore_evas_wayland_shm.c ecore-evas-wayland: Remove unused includes 2016-12-02 14:25:10 -05:00