From f546997405271ee1c4e75d34a293813b607f149f Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 27 Feb 2016 14:19:28 -0500 Subject: [PATCH] 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 71bc6546e..20ee041b9 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);