e-comp-wl: Destroy subsurface resource in destroy callback

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-11-03 11:15:46 -05:00
parent f53fc6648c
commit c817d83793
1 changed files with 1 additions and 1 deletions

View File

@ -1244,7 +1244,7 @@ _e_comp_wl_compositor_cb_del(E_Comp *comp)
static void
_e_comp_wl_subsurface_cb_destroy(struct wl_client *client EINA_UNUSED, struct wl_resource *resource)
{
DBG("Subsurface Cb Destroy: %d", wl_resource_get_id(resource));
wl_resource_destroy(resource);
}
static void