From 6d3c4efa9d5285bb6fb9eef61a32ee5ce2c3b632 Mon Sep 17 00:00:00 2001 From: Adam Malinowski Date: Tue, 13 Jan 2015 11:29:03 +0100 Subject: Remove memory leak from notification_wait_response Change-Id: Iefb83cf482e9d5a462a9fab8710bd3e50aabdea6 --- src/notification.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notification.c b/src/notification.c index 799d12f..9842d31 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); } -- cgit v1.2.3