herdsman pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f7509bbb52132b2695e52e78e97614d146e98430

commit f7509bbb52132b2695e52e78e97614d146e98430
Author: Daniel Hirt <[email protected]>
Date:   Thu Jun 30 19:36:06 2016 +0000

    Canvas text: fix leak in efl_text_set
---
 src/lib/evas/canvas/evas_object_textblock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/evas/canvas/evas_object_textblock.c 
b/src/lib/evas/canvas/evas_object_textblock.c
index cd78e82..ed2557d 100644
--- a/src/lib/evas/canvas/evas_object_textblock.c
+++ b/src/lib/evas/canvas/evas_object_textblock.c
@@ -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

-- 


Reply via email to