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:
aaf92eb
)
e_keyrouter: fix keyrouter conf resource leak
41/318141/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 13 Jan 2025 10:25:59 +0000
(19:25 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 13 Jan 2025 10:56:30 +0000
(10:56 +0000)
Change-Id: I3ffb1a280abcb09ac17f0f0e48d50d395735e9b5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/bin/inputmgr/e_keyrouter.c
patch
|
blob
|
history
diff --git
a/src/bin/inputmgr/e_keyrouter.c
b/src/bin/inputmgr/e_keyrouter.c
index ab985756f21dc425d6dc7c46211dd4a779e1891d..95fe4a9f1cbdff13ace27a751525a8ba9d8e2db7 100644
(file)
--- a/
src/bin/inputmgr/e_keyrouter.c
+++ b/
src/bin/inputmgr/e_keyrouter.c
@@
-688,14
+688,12
@@
e_keyrouter_init(void)
return EINA_TRUE;
err:
- if (
!e_input_thread_mode_get()
)
+ if (
kconfig
)
{
- if (kconfig)
- {
- e_keyrouter_conf_deinit(kconfig);
- E_FREE(kconfig);
- }
+ e_keyrouter_conf_deinit(kconfig);
+ E_FREE(kconfig);
}
+
_e_keyrouter_deinit_handlers();
eina_log_domain_unregister(_keyrouter_log_dom);
_keyrouter_log_dom = -1;