discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8b227c33b7c4e3d7693a9953300ff5b98b812a39

commit 8b227c33b7c4e3d7693a9953300ff5b98b812a39
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Mar 13 10:40:11 2014 -0400

    Revert "e_exec - after an instance has its exe deleted - set exe to NULL"
    
    This reverts commit 89fdebb9bf845de8bd1d97577c00206cd9ad9948.
    
    CID 1132151
---
 src/bin/e_exec.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/e_exec.c b/src/bin/e_exec.c
index f9b1141..b283d49 100644
--- a/src/bin/e_exec.c
+++ b/src/bin/e_exec.c
@@ -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;
 }
 

-- 


Reply via email to