Fix intermittent crash 95/49695/2 accepted/tizen/mobile/20151020.015547 accepted/tizen/tv/20151020.015619 accepted/tizen/wearable/20151020.015629 submit/tizen/20151019.070113
authorSangyoon Jang <s89.jang@samsung.com>
Mon, 19 Oct 2015 06:26:52 +0000 (15:26 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Mon, 19 Oct 2015 06:33:40 +0000 (15:33 +0900)
commit1b11563c863b6c93c31bcc0a5d807f5725c1d1b0
tree705af712105c21116fb48aff780090ff3d36e7d0
parenta99fca41a5d9399cb587fb92fa9f5b1b3314ba1b
Fix intermittent crash

when fails on g_dbus_proxy_call_sync, the g_variant passed is released
automatically because it uses floating reference count.
so we should convert the g_variant to using normal reference count and
handle reference count manually.

Change-Id: I46b41c0d3f89eca3122a293a47e393b455c973e6
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
comm/comm_client_gdbus.c