elementary/transit: fix effects memory leak.

Now it matches the documentation, which says: "end_cb - The function to
free the context data, it will be called at the end of the effect."



SVN revision: 60550
This commit is contained in:
Rafael Antognolli 2011-06-21 14:14:05 +00:00
parent 03c7068c6d
commit bb2fcad665
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ _elm_transit_del(Elm_Transit *transit)
{
effect_module = EINA_INLIST_CONTAINER_GET(transit->effect_list, Elm_Transit_Effect_Module);
transit->effect_list = eina_inlist_remove(transit->effect_list, transit->effect_list);
_elm_transit_effect_del(transit, effect_module);
}
while (transit->objs)