discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=de792341fb1d000186aefc7372c551daf8b1413d
commit de792341fb1d000186aefc7372c551daf8b1413d Author: Mike Blumenkrantz <[email protected]> Date: Sat Nov 22 08:33:48 2014 -0500 don't call elm_shutdown() for now force iterating the main loop when it's expected to have stopped guarantees crashes for most of e --- src/bin/e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 4128dff..230c28f 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -416,7 +416,7 @@ main(int argc, char **argv) _e_main_shutdown(-1); } TS("Elementary Init Done"); - _e_main_shutdown_push(elm_shutdown); + //_e_main_shutdown_push(elm_shutdown); TS("Emotion Init"); if (!emotion_init()) --
