Check GSource status 04/313904/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 3 Jul 2024 07:44:46 +0000 (16:44 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 3 Jul 2024 07:44:46 +0000 (16:44 +0900)
commit624cf063c0f6b95c7486f5a439d4add80b9cac79
tree624281eb130d3504724c84cd19f79cc4989ae7e0
parent7748472b2de0fe8b9a7928cc816b732fd4e251bb
Check GSource status

Before calling g_source_destroy(), the aul library checks whether the source
is destroyed or not. If it's already destroyed, we do not call g_source_destroy().

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