projects
/
profile
/
mobile
/
apps
/
native
/
ug-setting-notification-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e55a39
)
Fixed svace-warning
04/77404/1
submit/tizen/20160629.133032
author
Andrey Klimenko
<and.klimenko@samsung.com>
Wed, 29 Jun 2016 13:03:34 +0000
(16:03 +0300)
committer
Andrey Klimenko
<and.klimenko@samsung.com>
Wed, 29 Jun 2016 13:03:34 +0000
(16:03 +0300)
Change-Id: I934ac4fa3c160d05f3b0d2a1f85219f2cdeca27a
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
src/common-efl.c
patch
|
blob
|
history
diff --git
a/src/common-efl.c
b/src/common-efl.c
index ec9b544a4167a1dba23aff1c8d4d2fa8d98f4f6b..be64963e1ffe23109488a9ee372e95ffc2a6bdcc 100755
(executable)
--- a/
src/common-efl.c
+++ b/
src/common-efl.c
@@
-302,7
+302,6
@@
void append_gl_item_list(Evas_Object *genlist, Eina_List* list, int style) {
ret_if(!itc);
item_info_s *item;
- char *before_text = NULL;
int count = 0;
if (style == ITEM_STYLE_TYPE_ONE){
@@
-332,8
+331,6
@@
void append_gl_item_list(Evas_Object *genlist, Eina_List* list, int style) {
list = eina_list_next(list);
}
elm_genlist_item_class_free(itc);
- if (before_text)
- free(before_text);
}