Fix notification_update_async bug 45/93145/1 accepted/tizen/common/20161031.121550 accepted/tizen/ivi/20161031.082305 accepted/tizen/mobile/20161031.082132 accepted/tizen/tv/20161031.082224 accepted/tizen/wearable/20161031.082246 submit/tizen/20161031.010650
authorHyunho Kang <hhstark.kang@samsung.com>
Thu, 20 Oct 2016 12:10:27 +0000 (21:10 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Thu, 20 Oct 2016 12:12:34 +0000 (21:12 +0900)
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>
src/notification_ipc.c

index 1513768..8c453e6 100755 (executable)
@@ -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;
 }