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:
8a731c3
)
e_input_device: added missing free
98/163898/2
author
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 14 Dec 2017 02:54:14 +0000
(11:54 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 14 Dec 2017 02:55:48 +0000
(11:55 +0900)
Change-Id: Ib93eb9f3ff998f0fd9bacbcd795d90d66030cce4
src/bin/e_input_device.c
patch
|
blob
|
history
diff --git
a/src/bin/e_input_device.c
b/src/bin/e_input_device.c
index f5fc5327d3e929f1c5e4a590a9de90fbcc2a5343..d0ca4f37b1f73b3ba1c486df9c2e6c6e1c6f63d5 100644
(file)
--- a/
src/bin/e_input_device.c
+++ b/
src/bin/e_input_device.c
@@
-853,6
+853,8
@@
e_input_device_input_create_libinput_udev(E_Input_Device *dev)
libinput_log_set_handler(input->libinput, NULL);
else
{
+ E_FREE(env);
+
env = e_util_env_get(E_INPUT_ENV_LIBINPUT_LOG_EINA_LOG);
if ((env) && (atoi(env) == 1))
libinput_log_set_handler(input->libinput,
@@
-943,6
+945,8
@@
e_input_device_input_create_libinput_path(E_Input_Device *dev)
libinput_log_set_handler(input->libinput, NULL);
else
{
+ E_FREE(env);
+
env = e_util_env_get(E_INPUT_ENV_LIBINPUT_LOG_EINA_LOG);
if ((env) && (atoi(env) == 1))
libinput_log_set_handler(input->libinput,