disable emotion_shutdown during shutdown procedure

this manually iterates main loop and is guaranteed to trigger unexpected
behaviors and/or crashes
This commit is contained in:
Mike Blumenkrantz 2016-02-27 14:19:28 -05:00
parent 0de37612bb
commit f546997405
1 changed files with 2 additions and 1 deletions

View File

@ -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);