2012-10-19 Cedric Bail
* Use Eina_Thread for Ecore_Thread.
+
+2012-11-23 Eduardo Lima (Etrunko)
+
+ * Fix leak of strcut wl_registry in Ecore Wayland
- send ECORE_X_EVENT_SELECTION_NOTIFY even if there is no data.
* ecore_wayland:
- Update to work with latest wayland (0.99) from git.
+ - Fix leak of struct wl_registry
Removal:
* 16bpp evas engine support removed (API still there, but inactive).
wl_compositor_destroy(_ecore_wl_disp->wl.compositor);
if (_ecore_wl_disp->wl.display)
{
+ wl_registry_destroy(_ecore_wl_disp->wl.registry);
wl_display_flush(_ecore_wl_disp->wl.display);
wl_display_disconnect(_ecore_wl_disp->wl.display);
}