projects
/
platform
/
core
/
uifw
/
efl-ext.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d959c5
)
more_option: fix leak for accessibility functions
23/224923/1
author
Taehyub Kim
<taehyub.kim@samsung.com>
Fri, 14 Feb 2020 06:01:43 +0000
(15:01 +0900)
committer
Taehyub Kim
<taehyub.kim@samsung.com>
Fri, 14 Feb 2020 06:01:43 +0000
(15:01 +0900)
Change-Id: I561d47a2a68c41f10f42512f2ef486cf644a39fe
src/wearable/efl_extension_more_option.c
patch
|
blob
|
history
diff --git
a/src/wearable/efl_extension_more_option.c
b/src/wearable/efl_extension_more_option.c
index c1875279ded0f39d501b363e03e2827b55a2c09e..519e6c85936181f1bd134d2a5725309b350e6a26 100644
(file)
--- a/
src/wearable/efl_extension_more_option.c
+++ b/
src/wearable/efl_extension_more_option.c
@@
-2546,7
+2546,7
@@
_accessibility_item_name_cb(void *data, Evas_Object *obj)
ret = eina_strbuf_string_steal(buf);
eina_strbuf_free(buf);
- return
strdup(ret)
;
+ return
ret
;
}
static char *
@@
-2565,7
+2565,7
@@
_accessibility_item_description_cb(void *data, Evas_Object *obj)
ret = eina_strbuf_string_steal(buf);
eina_strbuf_free(buf);
- return
strdup(ret)
;
+ return
ret
;
}
static void