projects
/
profile
/
mobile
/
apps
/
native
/
privacy-setting.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
397500c
)
Avoid accessing object outside of their lifetimes
87/149687/3
author
Yunjin Lee
<yunjin-.lee@samsung.com>
Tue, 12 Sep 2017 11:53:04 +0000
(20:53 +0900)
committer
Yunjin Lee
<yunjin-.lee@samsung.com>
Tue, 27 Feb 2018 07:25:23 +0000
(07:25 +0000)
Change-Id: I2c75d00a1c6ddfac9dac862855f21f3bb7ce3921
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
ui/src/privacy_package_list_view.c
patch
|
blob
|
history
diff --git
a/ui/src/privacy_package_list_view.c
b/ui/src/privacy_package_list_view.c
index 287d85c1649891d21bcb8054796952c335e0a688..0e258d3ab6885a41409ed2a04b6d7794dda4b96e 100644
(file)
--- a/
ui/src/privacy_package_list_view.c
+++ b/
ui/src/privacy_package_list_view.c
@@
-552,5
+552,5
@@
void create_privacy_package_list_view(struct app_data_s* ad)
}
/* Push naviframe item */
Elm_Object_Item *nf_it = elm_naviframe_item_push(ad->nf, privacy_display, common_back_btn_add(ad), NULL, genlist, NULL);
-
+ privacy_name = NULL;
}