From 5e0bb6311826301dc793e67299405522b6fc2ca3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sat, 18 Apr 2020 23:19:54 +0100 Subject: [PATCH] e system storage - fix double free found by coverity fix CID 1425224 --- src/bin/system/e_system_storage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/system/e_system_storage.c b/src/bin/system/e_system_storage.c index b58cc419a..79f3ecdae 100644 --- a/src/bin/system/e_system_storage.c +++ b/src/bin/system/e_system_storage.c @@ -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(); } }