Modify aul_app_com_leave function
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 8 Mar 2023 10:15:22 +0000 (10:15 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 17 Jan 2024 23:59:03 +0000 (08:59 +0900)
commitcc036b5092bbb5b43491047d430708a27537c098
tree26d67e07bab0a079154f23aa1f1e02c1f870b051
parentdc2a847a29679395db5b071592b11cf454f2af71
Modify aul_app_com_leave function

Some program goes to the sleep state immediately after calling
the aul_app_com_leave() function. In this case, the main thread of the
process will be blocked. It causes increasing memory usage.
To avoid the issue, the aul_app_com_leave() function sends the
APP_COM_LEAVE command to the amd to deregister the event.

Change-Id: Ic3d27b8c4151955094887fea59ed25cda08d2faf
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/app_com.cc