diff --git a/src/bin/e_exec.c b/src/bin/e_exec.c index d3e21cc5f..eb0a5d180 100644 --- a/src/bin/e_exec.c +++ b/src/bin/e_exec.c @@ -773,7 +773,8 @@ _e_exec_cb_exit(void *data __UNUSED__, int type __UNUSED__, void *event) inst->ref--; _e_exe_instance_watchers_call(inst, E_EXEC_WATCH_STOPPED); _e_exec_instance_free(inst); - + inst->exe = NULL; + return ECORE_CALLBACK_PASS_ON; }