summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-10-12 10:35:26 +0900
committerseungha.son <seungha.son@samsung.com>2016-10-12 10:35:56 +0900
commit81671d5bd7344aff78d0a13115bb2714bd93bcb8 (patch)
tree56625ab13a276925f02a3a8f164b4aa5470aa96a
parentb2fa43d0f2483952ed1f42ae0c2c89dc7dda7e7f (diff)
downloadnotification-81671d5bd7344aff78d0a13115bb2714bd93bcb8.tar.gz
notification-81671d5bd7344aff78d0a13115bb2714bd93bcb8.tar.bz2
notification-81671d5bd7344aff78d0a13115bb2714bd93bcb8.zip
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: Iaed55d917f35c4d421a2497e2dca343d2755bf8d
-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);