ecore-wl2: Destroy cursor theme when input is destroyed

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-09-10 13:22:48 -04:00
parent 08594f2b3c
commit 1fd5a0f9b9
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ _ecore_wl2_input_del(Ecore_Wl2_Input *input)
if (input->repeat.timer) ecore_timer_del(input->repeat.timer);
if (input->cursor.theme) wl_cursor_theme_destroy(input->cursor.theme);
if (input->cursor.surface) wl_surface_destroy(input->cursor.surface);
if (input->cursor.name) eina_stringshare_del(input->cursor.name);
if (input->cursor.theme_name)