Fix a bug about removing GSource
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:27:37 +0000 (17:27 +0900)
commit50a83fee118967cc8f34cb2f9e41cbb6e7d4ef33
tree38a72f96bd50b146edf44981bad3736aab6c2020
parented62c11fd532794ef3ae49f8dea8bdcfc64f1363
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