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
This commit is contained in:
Mike Blumenkrantz 2014-11-22 08:33:48 -05:00
parent 034c05bc0d
commit de792341fb
1 changed files with 1 additions and 1 deletions

View File

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