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:
1d0fa6f
)
more_option: Fix coverity - return when malloc failed.
27/232627/1
author
Woochanlee
<wc0917.lee@samsung.com>
Thu, 7 May 2020 04:13:44 +0000
(13:13 +0900)
committer
Woochanlee
<wc0917.lee@samsung.com>
Thu, 7 May 2020 04:14:42 +0000
(13:14 +0900)
Change-Id: I81f8431bb2bb72d34f4cef415bf4859fb433acce
CID:
1111638
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 54e337809913a42301c9e383a9ef4c3a576b46e0..e4f7000f3f7b8103dd19b8cba96e7a32cc7dd96e 100644
(file)
--- a/
src/wearable/efl_extension_more_option.c
+++ b/
src/wearable/efl_extension_more_option.c
@@
-981,6
+981,7
@@
_screen_shot_take(Eext_More_Option_Data *data)
if (!ptr)
{
LOGE("Memory Error");
+ return EINA_FALSE;
}
freeMem = EINA_TRUE;