From 5ef24e0b67ef879b8e7c155d2d93d9708094449b Mon Sep 17 00:00:00 2001 From: Hyunho Kang Date: Thu, 20 Oct 2016 21:10:27 +0900 Subject: [PATCH] Fix notification_update_async bug Async should not free msg, will be freed by gdbus after async call done Change-Id: I7bfce5a2c62d1d2e3b8b963fd05c3ddab8342527 Signed-off-by: Hyunho Kang --- src/notification_ipc.c | 2 -- 1 file changed, 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; } -- 2.7.4