seoz pushed a commit to branch master.

commit 258252ce79952a84f78aa3674566580cf755a69f
Author: Daniel Juyung Seo <[email protected]>
Date:   Sat Jul 6 12:22:26 2013 +0900

    elm_web.c: removed unnecessary assignment.
    
    this fixes dereference after null check warning which was spotted by 
coverity. CID 1040033.
---
 src/lib/elm_web.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elm_web.c b/src/lib/elm_web.c
index 5364913..ca2a1f3 100644
--- 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
 }

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to