bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8a216da3bba58b83da48659175d2ac1dea7636b6

commit 8a216da3bba58b83da48659175d2ac1dea7636b6
Author: Marcel Hollerbach <[email protected]>
Date:   Mon Dec 12 19:09:03 2016 +0100

    efl_ui_focus_manager: unset redirect when destroyed
---
 src/lib/elementary/efl_ui_focus_manager.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elementary/efl_ui_focus_manager.c 
b/src/lib/elementary/efl_ui_focus_manager.c
index e8c57a8..9d312ce 100644
--- a/src/lib/elementary/efl_ui_focus_manager.c
+++ b/src/lib/elementary/efl_ui_focus_manager.c
@@ -749,6 +749,8 @@ _efl_ui_focus_manager_efl_object_destructor(Eo *obj, 
Efl_Ui_Focus_Manager_Data *
 
    eina_hash_free(pd->node_hash);
 
+   efl_ui_focus_manager_redirect_set(obj, NULL);
+
    if (pd->root)
      node_item_free(pd->root);
    pd->root = NULL;

-- 


Reply via email to