Canvas text: fix uninitialized value

Bug was introduced in f696cc8893.
This commit is contained in:
Daniel Hirt 2017-08-24 19:26:36 +03:00
parent 474da25165
commit af1f4157f2
1 changed files with 1 additions and 0 deletions

View File

@ -6344,6 +6344,7 @@ _layout(const Evas_Object *eo_obj, int w, int h, int *w_ret, int *h_ret)
c->width_changed = (obj->cur->geometry.w != o->last_w);
c->obs_infos = NULL;
c->hyphen_ti = NULL;
c->handle_obstacles = EINA_FALSE;
/* Update all obstacles */
if (c->o->obstacle_changed || c->width_changed)