summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/notification.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/notification.c b/src/notification.c
index 2c2cb31..0837948 100755
--- a/src/notification.c
+++ b/src/notification.c
@@ -1395,7 +1395,6 @@ static notification_h _notification_create(notification_type_e type)
{
notification_h noti = NULL;
package_info_h package_info = NULL;
- char *app_id = NULL;
char *domain_name = NULL;
char *app_root_path = NULL;
char locale_directory[PATH_MAX] = { 0, }; /* PATH_MAX 4096 */
@@ -1478,9 +1477,6 @@ out:
if (domain_name)
free(domain_name);
- if (app_id)
- free(app_id);
-
if (app_root_path)
free(app_root_path);