Fix double close issue 81/279881/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 19 Aug 2022 00:48:12 +0000 (00:48 +0000)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 19 Aug 2022 00:48:56 +0000 (00:48 +0000)
commit4c5a3e4d96f8f467db0b58973b5280fab278cc9d
treec01337586b5e8e8a3c260d44d1a131313a087c0a
parent5d404cf9a4e938566455a838577a2f0e11e6b9de
Fix double close issue

When calling g_io_channel_shutdown(), the file descriptor is closed.
Calling the close in the __destroy_client_channel() is not needed.

Change-Id: I443253f29c000adcdae87f74c415b00de75223af
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/aul_launch.c