Fix a bug about removing GSource 88/234588/2
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 27 May 2020 08:09:42 +0000 (17:09 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 27 May 2020 08:18:48 +0000 (17:18 +0900)
commit9e295ad9f6f117e93d775567d9e3770cd6021be9
treea6752fd85c1e2722deeb9e9af4e6f381c1a1513e
parent498691d6696a8f951c552f2730e3928a6a29df3d
Fix a bug about removing GSource

- Uses g_source_destroy() instead of g_source_remove()

Error Log:
+---------------------------------------------------------------------------+
| serviceapp[12098]: Source ID 2 was not found when attempting to remove it |
+---------------------------------------------------------------------------+

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