Fix for missing g_source_unref(Gkdbus worker source) 86/89986/1 accepted/tizen/3.0/ivi/20161011.044023 accepted/tizen/3.0/mobile/20161015.033212 accepted/tizen/3.0/tv/20161016.004429 accepted/tizen/3.0/wearable/20161015.082837 accepted/tizen/common/20161004.194241 accepted/tizen/ivi/20161005.080211 accepted/tizen/mobile/20161005.080124 accepted/tizen/tv/20161005.080146 accepted/tizen/wearable/20161005.080153 submit/tizen/20161004.080437 submit/tizen_3.0_ivi/20161010.000002 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_tv/20161015.000002 submit/tizen_3.0_wearable/20161015.000002
authorHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 28 Sep 2016 03:38:26 +0000 (12:38 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 28 Sep 2016 03:38:26 +0000 (12:38 +0900)
Change-Id: Ia5fb338b8b69b76c52d2dee8f6ccbb39e101a1c7
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
gio/gkdbus.c

index 51c7f89..b8a4e61 100755 (executable)
@@ -3834,6 +3834,7 @@ void
 _g_kdbus_worker_stop (GKDBusWorker *worker)
 {
   g_source_destroy (worker->source);
+  g_source_unref (worker->source);
   worker->source = 0;
 
   g_object_unref (worker);