e system storage - fix double free found by coverity

fix CID 1425224
This commit is contained in:
Carsten Haitzler 2020-04-18 23:19:54 +01:00
parent 084f29d8d3
commit 5e0bb63118
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ _cb_store_eject_exe_del(void *data, int ev_type EINA_UNUSED, void *event)
if (!_store_action_do(a))
{
_pending_actions = eina_list_remove(_pending_actions, a);
_store_action_free(a);
_store_pending_action_next();
}
}