push_notification updated.
authori.metelytsia <i.metelytsia@samsung.com>
Thu, 7 Sep 2017 13:03:16 +0000 (16:03 +0300)
committeri.metelytsia <i.metelytsia@samsung.com>
Mon, 11 Sep 2017 12:04:05 +0000 (15:04 +0300)
tv-widget/proxy/src/iot_man_proxy_main.cpp

index 1753b05..b8de520 100644 (file)
@@ -191,6 +191,7 @@ int main()
                 g_timeout_add(NOTIFY_TIME, notify_callback, mainLoop);
 
                 std::thread thr(thread_func);
+                thr.detach();
 
                 g_main_loop_run(mainLoop);
                 g_main_loop_unref(mainLoop);