projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0a0ee2
)
e_comp_wl_input: free event_handlers in e_comp_wl_input_shutdown()
34/321334/1
author
duna.oh
<duna.oh@samsung.com>
Tue, 18 Mar 2025 05:31:07 +0000
(14:31 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Wed, 19 Mar 2025 05:04:16 +0000
(14:04 +0900)
Change-Id: Icb8c31bca98c4ec548bf470be0711e428479b87c
src/bin/server/e_comp_wl_input.c
patch
|
blob
|
history
diff --git
a/src/bin/server/e_comp_wl_input.c
b/src/bin/server/e_comp_wl_input.c
index ee9a49bf08d228f26204e675a4ef132e61ef0695..c5d321eea995ddb59be0e8a3c477b2192e68852b 100644
(file)
--- a/
src/bin/server/e_comp_wl_input.c
+++ b/
src/bin/server/e_comp_wl_input.c
@@
-1231,6
+1231,9
@@
e_comp_wl_input_shutdown(void)
wl_global_destroy(comp_wl->ptr_constraints.global);
comp_wl->ptr_constraints.global = NULL;
+ /* free handlers */
+ E_FREE_LIST(event_handlers, ecore_event_handler_del);
+
e_seat_destroy_all();
dont_set_e_input_keymap = EINA_FALSE;