summaryrefslogtreecommitdiff
path: root/src/notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification.c')
-rwxr-xr-xsrc/notification.c1
1 files changed, 1 insertions, 0 deletions
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);
}