fix double unref 01/89701/1
authorsanghyeok.oh <sanghyeok.oh@samsung.com>
Mon, 26 Sep 2016 11:16:33 +0000 (20:16 +0900)
committersanghyeok.oh <sanghyeok.oh@samsung.com>
Mon, 26 Sep 2016 11:16:43 +0000 (20:16 +0900)
commitbd2138b563b77798a93999aac2cd2ea0b6ac27d2
tree26c9c1af9e040b4c3f35e31b5104f9713ed9a702
parent6108a5a52a0a6a635ce7cb431eedf2c335e02276
fix double unref

Allocated memory by g_thread_new() is freed by g_thread_join() or g_thread_unref()
It is not needed to use both g_thread_join() and g_thread_unref().

Change-Id: Ic6d13ecfa9f6c8d265bf516f4438e7a83bbd0e9c
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
gio/gkdbus.c