Remove unnecessary g_thread_unref() after g_thread_join() 84/108284/1 accepted/tizen/3.0/common/20170109.200203 accepted/tizen/3.0/ivi/20170106.094244 accepted/tizen/3.0/mobile/20170106.094153 accepted/tizen/3.0/tv/20170106.094204 accepted/tizen/3.0/wearable/20170106.094228 submit/tizen_3.0/20170105.073655
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 4 Jan 2017 02:23:40 +0000 (11:23 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 4 Jan 2017 02:23:48 +0000 (11:23 +0900)
Change-Id: Ic55c09b67b29492bb9c433d52a82492b1146a349
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/murphy.spec
src/common/glib-glue.c

index 3a61976662f820653a4b8a597fe893a00004afa8..6276f637c5e49bef43c9a81228cda1f61c71ccf2 100644 (file)
@@ -29,7 +29,7 @@
 Summary: Resource policy framework
 Name: murphy
 Version: 0.0.74
-Release: 5
+Release: 6
 License: BSD-2.0
 Group: System/Service
 URL: http://01.org/murphy/
index e2097d51ac40c02bd100ed5937660f607016bdb7..68cc1dffe291614813461f9877a34f35c14a1547 100644 (file)
@@ -394,7 +394,6 @@ static void unregister(void *data)
         g_source_attach(idle, g_main_loop_get_context(glue->gml));
         g_source_unref(idle);
         g_thread_join(glue->worker);
-        g_thread_unref(glue->worker);
         glue->worker = NULL;
     }