fix valgrind complaint in textblock.

SVN revision: 70457
This commit is contained in:
Carsten Haitzler 2012-04-25 08:04:36 +00:00
parent 1468d54c69
commit fca120e8cc
1 changed files with 4 additions and 2 deletions

View File

@ -7717,6 +7717,8 @@ evas_textblock_cursor_range_delete(Evas_Textblock_Cursor *cur1, Evas_Textblock_C
}
fnode = _evas_textblock_cursor_node_format_at_pos_get(cur1);
n1 = cur1->node;
n2 = cur2->node;
n1->dirty = n2->dirty = EINA_TRUE;
if (should_merge)
{