seoz pushed a commit to branch master.

commit 28ab6bd52048bbf26e38e3eddd573e4cc31bba0e
Author: Daniel Juyung Seo <[email protected]>
Date:   Fri Jul 5 18:49:31 2013 +0900

    elm_cnp.c: fixed uninitialized variable warning spotted by coverity.
    
    CID 1039986, 1039987.
---
 src/lib/elm_cnp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c
index fe6fb33..a0ea093 100644
--- a/src/lib/elm_cnp.c
+++ b/src/lib/elm_cnp.c
@@ -1935,7 +1935,7 @@ _x11_elm_drag_start(Evas_Object *obj, Elm_Sel_Format 
format, const char *data,
    Ecore_Evas *ee;
    int x, y, x2 = 0, y2 = 0, x3, y3;
    Evas_Object *icon = NULL;
-   int w, h;
+   int w = 0, h = 0;
    Ecore_X_Atom actx;
 
    _x11_elm_cnp_init();

-- 

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

Build for Windows Store.

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

Reply via email to