From: Sung-Jin Park Date: Fri, 25 Jan 2019 01:06:41 +0000 (+0900) Subject: e_dbus_conn: call eldbus_connection_unref() within an ecore main thread X-Git-Tag: submit/tizen/20190125.020502^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8410f88b62c80df4a12b8197b9f28b324e6a85d9;p=platform%2Fupstream%2Fenlightenment.git e_dbus_conn: call eldbus_connection_unref() within an ecore main thread Change-Id: I56774c20de34b68aded26430c3325dce831f6c1a Signed-off-by: Sung-Jin Park --- diff --git a/src/bin/e_dbus_conn.c b/src/bin/e_dbus_conn.c index 984616083e..fdbc85f7ef 100644 --- a/src/bin/e_dbus_conn.c +++ b/src/bin/e_dbus_conn.c @@ -89,7 +89,9 @@ _e_dbus_conn_init_thread_heavy(void *data, Ecore_Thread *th, void *msg_data) if (ed_thread.conn) { + ecore_thread_main_loop_begin(); eldbus_connection_unref(ed_thread.conn); + ecore_thread_main_loop_end(); *res = EINA_TRUE; break; }