edje/style: fix memory leak because of typo.

Summary:
We already have a escaped string for the font_source so
this code is unnecessary.

Reviewers: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9698
This commit is contained in:
subhransu mohanty 2019-08-22 14:22:22 +09:00 committed by Hermet Park
parent b19ea5cf53
commit cce73a2b4b
1 changed files with 0 additions and 2 deletions

View File

@ -151,8 +151,6 @@ _edje_textblock_style_update(Edje *ed, Edje_Style *stl, Eina_Bool force)
if (!txt)
txt = eina_strbuf_new();
if (_edje_fontset_append)
fontset = eina_str_escape(_edje_fontset_append);
if (ed->file->fonts)
fontsource = eina_str_escape(ed->file->path);