Don't NULL out exe here (this was causing a lot of quiet errors wrt

ecore_exe_pid_get because inst->exe was NULL).



SVN revision: 44267
This commit is contained in:
Christopher Michael 2009-12-07 23:55:01 +00:00
parent 0d1fb60692
commit c837af137b
1 changed files with 0 additions and 1 deletions

View File

@ -391,7 +391,6 @@ _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);