inst->exe is null if exe exited. it will be deleted by ecore, so cant keep it

around.



SVN revision: 43405
This commit is contained in:
Carsten Haitzler 2009-11-02 02:51:21 +00:00
parent 88904fce02
commit 50b38677d5
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ _e_exec_cb_exit(void *data, int type, void *event)
{
if (inst->expire_timer) ecore_timer_del(inst->expire_timer);
inst->expire_timer = ecore_timer_add(30.0, _e_exec_cb_instance_finish, inst);
inst->exe = NULL;
}
else
_e_exec_instance_free(inst);