efl/src/lib/ecore_wayland
Daniel Zaoui 067753eb2e Ecore/Wayland: fix memory issue on exit.
When the application exits, an event cancels the DnD, that invokes the
Wayland release of data source but this was not setting an internal
pointer to NULL. ecore_wl_shutdown was then trying to use the same
Wayland API on the non-set internal pointer (via _ecore_wl_input_del),
that was leading to a segmentation fault.
This bug never occurred because some bug in Copy&Paste was preventing it
to reach this part of code.
2014-09-08 16:31:30 +03:00
..
Ecore_Wayland.h Revert "Added support for xdg-shell protocol in ecore-wayland" 2014-08-13 10:35:00 -04:00
ecore_wl.c ecore-wayland: Fix ecore_wl_screen_size_get function to handle more 2014-08-26 11:11:21 -04:00
ecore_wl_dnd.c Ecore/Wayland: fix memory issue on exit. 2014-09-08 16:31:30 +03:00
ecore_wl_input.c ecore-wl: Check for existance of data device manager 2014-04-15 10:41:54 +01:00
ecore_wl_output.c ecore-wayland: Remove need for function prototypes 2014-08-26 11:11:21 -04:00
ecore_wl_private.h ecore-wayland: Implement ivi-shell support for Ecore_Wayland 2014-08-25 09:04:38 -04:00
ecore_wl_subsurf.c ecore-wayland: test for subsurface protocol in wayland core 2013-11-22 05:09:53 -08:00
ecore_wl_window.c ecore-wayland: Implement ivi-shell support for Ecore_Wayland 2014-08-25 09:04:38 -04:00
ivi-application-client-protocol.h ecore-wayland: Implement ivi-shell support for Ecore_Wayland 2014-08-25 09:04:38 -04:00
ivi-application-protocol.c ecore-wayland: Implement ivi-shell support for Ecore_Wayland 2014-08-25 09:04:38 -04:00
subsurface-client-protocol.h ecore/wayland: Do not generate subsurface source files. 2013-10-11 14:26:34 -03:00
subsurface-protocol.c ecore/wayland: Do not generate subsurface source files. 2013-10-11 14:26:34 -03:00