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:
a29d05a
)
e_input_evdev: added missing free
00/163900/1
accepted/tizen/unified/20171215.060610
submit/tizen/20171214.054052
author
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 14 Dec 2017 03:04:59 +0000
(12:04 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 14 Dec 2017 03:04:59 +0000
(12:04 +0900)
Change-Id: Iac19f7ffa53541bc477e12c92ee6f477c15a28d8
src/bin/e_input_evdev.c
patch
|
blob
|
history
diff --git
a/src/bin/e_input_evdev.c
b/src/bin/e_input_evdev.c
index f24c9f3ee28ca044a3f3ee943d4e90307294f238..e5a6194d1bcf06b2e8ca5d525ab5691dffa47184 100644
(file)
--- a/
src/bin/e_input_evdev.c
+++ b/
src/bin/e_input_evdev.c
@@
-366,6
+366,7
@@
_device_handle_key(struct libinput_device *device, struct libinput_event_keyboar
((compose[0] != '\0') ? strlen(compose) : 0) + 3);
if (!e)
{
+ E_FREE(tmp);
return;
}