summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/notification_internal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/notification_internal.c b/src/notification_internal.c
index 28d6fb8..26cbbc5 100755
--- a/src/notification_internal.c
+++ b/src/notification_internal.c
@@ -398,11 +398,6 @@ EXPORT_API int notification_translate_localized_text(notification_h noti)
}
}
- if (noti->b_key) {
- bundle_free(noti->b_key);
- noti->b_key = NULL;
- }
-
return noti_err;
}