Ui text: initialize potentially unset variables

This commit is contained in:
Daniel Hirt 2017-06-08 08:10:19 +03:00
parent f23d08c56c
commit c45e957079
1 changed files with 4 additions and 0 deletions

View File

@ -1049,6 +1049,10 @@ _cursor_geometry_recalc(Evas_Object *obj)
Evas_Coord x2, y2, w2, h2;
Evas_Coord cx, cy, cw, ch;
cx = cy = cw = ch = 0;
x2 = y2 = w2 = h2 = 0;
x = y = w = h = 0;
Efl_Canvas_Text_Cursor *main_cur =
efl_canvas_text_cursor_get(obj);