E entry: use E_FREE as suggested by Sebastian Dransfeld.

SVN revision: 79090
This commit is contained in:
Tom Hacohen 2012-11-10 10:11:25 +00:00
parent 5232ef763a
commit b49befa400
1 changed files with 1 additions and 2 deletions

View File

@ -137,8 +137,7 @@ e_entry_text_get(Evas_Object *entry)
if (text)
{
free(text);
text = NULL;
E_FREE(text);
}
text = evas_textblock_text_markup_to_utf8(
edje_object_part_object_get(sd->entry_object, ENTRY_PART_NAME),