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:
5ae39be
)
e_input_device: free eina_hash in error case
24/249924/1
author
Junseok, Kim
<juns.kim@samsung.com>
Thu, 17 Dec 2020 07:42:16 +0000
(16:42 +0900)
committer
Junseok, Kim
<juns.kim@samsung.com>
Thu, 17 Dec 2020 07:42:16 +0000
(16:42 +0900)
Change-Id: I75ab8cead30a699485ae486354ececd207b11bcc
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
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 dc1fb0cf091966a48659f52bb6612766e801b3b7..db214485db94b7d8936daa636be1179fe821446c 100644
(file)
--- a/
src/bin/e_input_device.c
+++ b/
src/bin/e_input_device.c
@@
-249,6
+249,7
@@
err:
if (dev)
{
eina_stringshare_del(dev->seat);
+ eina_hash_free(dev->fd_hash);
xkb_context_unref(dev->xkb_ctx);
free(dev);
}