Remove the logic that checks channel lock during __send_result() 52/300052/2
authorChanggyu Choi <changyu.choi@samsung.com>
Mon, 16 Oct 2023 07:51:21 +0000 (16:51 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Mon, 16 Oct 2023 08:02:14 +0000 (17:02 +0900)
commit1a39a0eb232ce4aa8bd96c037ab3fb77bbc74a41
tree0ffe6ab7aaccce6686f7a50bb8b84a9a1726003e
parent3ae4556abad0b200c3da71e7d5cc7bce7568f424
Remove the logic that checks channel lock during __send_result()

Client channel can be invalid when calling __send_result() into the main thread.
This patch removes the use of invalid mutex in these cases.

Change-Id: I1635f78431187314003bb8f2e53804d7f9231dd1
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
src/aul_launch.c