ecore-wl2: Free window when surface gets deleted

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-09-09 13:23:39 -04:00
parent b3ca3c7880
commit dd5b7e0046
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ _xdg_surface_cb_delete(void *data, struct xdg_surface *xdg_surface EINA_UNUSED)
win = data;
if (!win) return;
/* TODO: Free window */
ecore_wl2_window_free(win);
}
static const struct xdg_surface_listener _xdg_surface_listener =