This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch v-1.26.0
in repository efl.

View the commit online.

commit 863e1a1c7e92d6f4b770289240a636cc1b6fb649
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed May 18 13:17:35 2022 +0100

    evas canvas - init res var to avoid uninit warning
    
    @fix
---
 src/lib/efl_canvas_wl/efl_canvas_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/efl_canvas_wl/efl_canvas_wl.c b/src/lib/efl_canvas_wl/efl_canvas_wl.c
index 15f5c255b2..51ecde1b92 100644
--- a/src/lib/efl_canvas_wl/efl_canvas_wl.c
+++ b/src/lib/efl_canvas_wl/efl_canvas_wl.c
@@ -2197,7 +2197,7 @@ comp_surface_mouse_move(void *data, Evas *e EINA_UNUSED, Eo *obj EINA_UNUSED, vo
    Evas_Event_Mouse_Move *ev = event_info;
    Comp_Surface *cs = data;
    Eina_List *l = NULL, *ll;
-   struct wl_resource *res;
+   struct wl_resource *res = NULL;
    int x, y;
    Comp_Seat *s;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to