Canvas text: fix leak in efl_text_set

This commit is contained in:
Daniel Hirt 2016-06-30 19:36:06 +00:00
parent 01872dc1e6
commit f7509bbb52
1 changed files with 1 additions and 0 deletions

View File

@ -12675,6 +12675,7 @@ evas_object_textblock_free(Evas_Object *eo_obj)
_dicts_hyphen_detach(eo_obj);
}
#endif
if (o->utf8) free(o->utf8);
}
static void