summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunho Kang <hhstark.kang@samsung.com>2016-10-20 21:10:27 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2016-10-20 21:12:34 +0900
commit5ef24e0b67ef879b8e7c155d2d93d9708094449b (patch)
tree263d940c6dcb589045d488a74b9dd87d5e266a28
parent81671d5bd7344aff78d0a13115bb2714bd93bcb8 (diff)
downloadnotification-5ef24e0b67ef879b8e7c155d2d93d9708094449b.tar.gz
notification-5ef24e0b67ef879b8e7c155d2d93d9708094449b.tar.bz2
notification-5ef24e0b67ef879b8e7c155d2d93d9708094449b.zip
Async should not free msg, will be freed by gdbus after async call done Change-Id: I7bfce5a2c62d1d2e3b8b963fd05c3ddab8342527 Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rwxr-xr-xsrc/notification_ipc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/notification_ipc.c b/src/notification_ipc.c
index 1513768..8c453e6 100755
--- a/src/notification_ipc.c
+++ b/src/notification_ipc.c
@@ -777,8 +777,6 @@ static int _send_async_noti(GVariant *body, result_cb_item *cb_item, char *cmd)
cb_item);
NOTIFICATION_DBG("_send_async_noti done !!");
-
- g_object_unref(msg);
return NOTIFICATION_ERROR_NONE;
}