Revert "e_exec - after an instance has its exe deleted - set exe to NULL"

This reverts commit 89fdebb9bf.

CID 1132151
This commit is contained in:
Mike Blumenkrantz 2014-03-13 10:40:11 -04:00
parent 2425ec363c
commit 8b227c33b7
1 changed files with 1 additions and 2 deletions

View File

@ -804,8 +804,7 @@ _e_exec_cb_exit(void *data __UNUSED__, int type __UNUSED__, void *event)
inst->exe = NULL;
_e_exe_instance_watchers_call(inst, E_EXEC_WATCH_STOPPED);
_e_exec_instance_free(inst);
inst->exe = NULL;
return ECORE_CALLBACK_PASS_ON;
}