Edje entry: Fix memory leak with markup filter.

Spank Spank WooHyun.

SVN revision: 68124
This commit is contained in:
Tom Hacohen 2012-02-19 15:28:42 +00:00
parent da0bba5322
commit 55c915ff43
1 changed files with 5 additions and 0 deletions

View File

@ -233,6 +233,11 @@ _edje_del(Edje *ed)
eina_stringshare_del(cb->part);
free(cb);
}
EINA_LIST_FREE(ed->markup_filter_callbacks, cb)
{
eina_stringshare_del(cb->part);
free(cb);
}
if (ed->members.text_class)
{