elm: Fix shutdown of atspi (unregister handlers)
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 08:56:56 +0000 (17:56 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 26 Sep 2017 09:11:16 +0000 (18:11 +0900)
@fix

src/lib/elementary/elm_interface_atspi_accessible.c

index a98f69b..22a18ba 100644 (file)
@@ -612,6 +612,11 @@ _elm_interface_atspi_accessible_efl_object_destructor(Eo *obj, Elm_Interface_Ats
 void
 _elm_interface_atspi_shutdown(void)
 {
+   Elm_Atspi_Event_Handler *hdl;
+
+   EINA_LIST_FREE(global_callbacks, hdl)
+     free(hdl);
+
    ELM_SAFE_DEL(root);
 }