fix leak in entry anchors

SVN revision: 37083
This commit is contained in:
Carsten Haitzler 2008-10-25 02:14:48 +00:00
parent d40f7ebacc
commit f14804f514
1 changed files with 1 additions and 0 deletions

View File

@ -562,6 +562,7 @@ _anchors_clear(Evas_Textblock_Cursor *c, Evas_Object *o, Entry *en)
free(sel);
an->sel = eina_list_remove_list(an->sel, an->sel);
}
free(an);
en->anchors = eina_list_remove_list(en->anchors, en->anchors);
}
}