From: Adam Malinowski Date: Tue, 13 Jan 2015 10:29:03 +0000 (+0100) Subject: Remove memory leak from notification_wait_response X-Git-Tag: submit/tizen_common/20150115.101343^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d3c4efa9d5285bb6fb9eef61a32ee5ce2c3b632;p=platform%2Fcore%2Fapi%2Fnotification.git Remove memory leak from notification_wait_response Change-Id: Iefb83cf482e9d5a462a9fab8710bd3e50aabdea6 --- diff --git a/src/notification.c b/src/notification.c index 799d12f2..9842d31d 100755 --- a/src/notification.c +++ b/src/notification.c @@ -2848,6 +2848,7 @@ EXPORT_API notification_error_e notification_wait_response(notification_h noti, bundle_add(bc, "tid", tid_c); notification_set_execute_option (noti, NOTIFICATION_EXECUTE_TYPE_RESPONDING, NULL, NULL, bc); + bundle_free(bc); notification_update(noti); }