Ephoto: Use correct entry del func

This commit is contained in:
Stephen Houston 2015-12-02 19:13:09 -06:00
parent e5695a6aee
commit d748fdaaf2
1 changed files with 2 additions and 2 deletions

View File

@ -452,7 +452,7 @@ _todo_items_process(void *data)
entry->parent, ELM_GENLIST_ITEM_NONE, _entry_cmp, NULL, NULL);
if (!entry->item)
{
ephoto_entry_free(entry);
ephoto_entry_free(tb->ephoto, entry);
}
}
else
@ -483,7 +483,7 @@ _todo_items_process(void *data)
}
else
{
ephoto_entry_free(entry);
ephoto_entry_free(tb->ephoto, entry);
}
}
tb->animator.processed++;