discomfitor pushed a commit to branch master.

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

commit a424542459bdc221cfc314336ad7fd1d93ad6976
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Sat Feb 27 14:19:28 2016 -0500

    disable emotion_shutdown during shutdown procedure
    
    this manually iterates main loop and is guaranteed to trigger unexpected
    behaviors and/or crashes
---
 src/bin/e_main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 772e119..3e36684 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -465,7 +465,8 @@ main(int argc, char **argv)
         _e_main_shutdown(-1);
      }
    TS("Emotion Init Done");
-   _e_main_shutdown_push((void *)emotion_shutdown);
+   /* triggers event flush: do not call */
+   //_e_main_shutdown_push((void *)emotion_shutdown);
 
    /* e doesn't sync to compositor - it should be one */
    ecore_evas_app_comp_sync_set(0);

-- 


Reply via email to