ecore-wl2: Remove window animator callback when we free a window

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-09-30 10:48:25 -04:00
parent 70867d9dc7
commit 4bd535e3a1
1 changed files with 2 additions and 1 deletions

View File

@ -408,7 +408,8 @@ ecore_wl2_window_free(Ecore_Wl2_Window *window)
}
}
/* TODO: delete window anim callback */
if (window->anim_cb) wl_callback_destroy(window->anim_cb);
/* TODO: destroy subsurfaces */
ecore_wl2_window_hide(window);