diff --git a/src/bin/e_exec.c b/src/bin/e_exec.c index 5ea76f1c5..d3e21cc5f 100644 --- a/src/bin/e_exec.c +++ b/src/bin/e_exec.c @@ -659,6 +659,7 @@ _e_exec_instance_free(E_Exec_Instance *inst) EINA_LIST_FREE(inst->borders, bd) bd->exe_inst = NULL; if (inst->desktop) efreet_desktop_free(inst->desktop); + if (inst->exe) ecore_exe_data_set(inst->exe, NULL); free(inst); }