summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMyungki Lee <mk5004.lee@samsung.com>2016-10-31 14:57:40 +0900
committerMyungki Lee <mk5004.lee@samsung.com>2016-10-31 14:57:40 +0900
commitcfc1f1ea240ad7416e5675319d6dce0467df5f55 (patch)
tree8e72862731cd771136a9b7f788f9a9586b7213b1 /lib
parent4d5815eb638d01653ffb257edfba8994a637c935 (diff)
downloadshortcut-cfc1f1ea240ad7416e5675319d6dce0467df5f55.tar.gz
shortcut-cfc1f1ea240ad7416e5675319d6dce0467df5f55.tar.bz2
shortcut-cfc1f1ea240ad7416e5675319d6dce0467df5f55.zip
Do not unref msg in _send_async_shortcut()
- Async should not free msg, will be freed by gdbus after async call done Change-Id: Ia4f856a86b392bfacb0c4ae5cdc3ca8b4bb430f0 Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/src/shortcut_internal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/src/shortcut_internal.c b/lib/src/shortcut_internal.c
index ece3e52..99c2b2a 100755
--- a/lib/src/shortcut_internal.c
+++ b/lib/src/shortcut_internal.c
@@ -391,8 +391,6 @@ int _send_async_shortcut(GVariant *body, struct result_cb_item *cb_item, char *c
(GAsyncReadyCallback)_send_message_with_reply_sync_cb,
cb_item);
- g_object_unref(msg);
-
DbgPrint("_send_async_shortcut done !!");
return SHORTCUT_ERROR_NONE;
}