projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e534a87
)
Fix issue detected by static analysis tool
upgrade_1.24
author
Inhong Han
<inhong1.han@samsung.com>
Fri, 11 Aug 2023 06:34:39 +0000
(15:34 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:31:00 +0000
(19:31 +0900)
Change-Id: I8278954b483c0f7b848c3aa3468d14790605c147
src/evdev.c
patch
|
blob
|
history
diff --git
a/src/evdev.c
b/src/evdev.c
index 813b0c81c6d829ff786867ff4fba3a39e7dace26..7a8944720f25114b3456e365056e374e1bf29326 100644
(file)
--- a/
src/evdev.c
+++ b/
src/evdev.c
@@
-2483,7
+2483,7
@@
evdev_device_create(struct libinput_seat *seat,
#ifdef HAVE_INPUT_SET_DEFAULT_PROPERTY
if (input_set_default_property(udev_device) < 0)
-
return NULL
;
+
goto err
;
#endif
devnode = udev_device_get_devnode(udev_device);