fix insert markup. (prepend)

SVN revision: 47464
This commit is contained in:
Carsten Haitzler 2010-03-26 04:21:16 +00:00
parent 37743d378e
commit 79a950519d
1 changed files with 0 additions and 1 deletions

View File

@ -2897,7 +2897,6 @@ evas_object_textblock_text_markup_prepend(Evas_Textblock_Cursor *cur, const char
if (!cur) return;
o = (Evas_Object_Textblock *)(cur->obj->object_data);
if (!cur->node) return;
if (o->markup_text)
{
free(o->markup_text);