projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee90245
)
elm_web.c: removed unnecessary assignment.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sat, 6 Jul 2013 03:22:26 +0000
(12:22 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Sat, 6 Jul 2013 03:22:26 +0000
(12:22 +0900)
this fixes dereference after null check warning which was spotted by coverity. CID 1040033.
src/lib/elm_web.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_web.c
b/src/lib/elm_web.c
index
5364913
..
ca2a1f3
100644
(file)
--- a/
src/lib/elm_web.c
+++ b/
src/lib/elm_web.c
@@
-1534,7
+1534,6
@@
_url_set(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
if (ret) *ret = int_ret;
#else
(void)url;
- *ret = EINA_FALSE;
(void)obj;
#endif
}