diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index 8b1fe55..a81eca7 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -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++;