e_devicemgr: fix concurrent data access issue 17/303217/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 09:26:07 +0000 (18:26 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 21 Dec 2023 10:46:03 +0000 (19:46 +0900)
commiteaa94bda4ecb5543ddf422fcbe6b6ca6e68a0327
tree4ef3642f2745832cd65dcb3440abd755dd8d29cd
parent51556dd88459a41afeefa3ee200cdccbe1ed0eb9
e_devicemgr: fix concurrent data access issue

Unlocking &e_devicemgr->device_list_mutex.
dev might now be unreliable because other threads can now change the data that it depends on.

Change-Id: I53de501197737d4f37768cf8cef2e06282ce7224
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/bin/e_devicemgr_input.c