separately calling eina_init after ecore_init in e_fm_op? wtfffffffffffffffffffffffffffffffff

This commit is contained in:
Mike Blumenkrantz 2013-12-19 14:18:02 -05:00
parent f6ec2c6f60
commit f9c16ba1ce
1 changed files with 0 additions and 2 deletions

View File

@ -169,7 +169,6 @@ main(int argc, char **argv)
ecore_app_no_system_modules();
ecore_init();
eina_init();
_e_fm_op_stdin_buffer = malloc(READBUFSIZE);
if (!_e_fm_op_stdin_buffer) return 0;
@ -405,7 +404,6 @@ skip_arg:
ecore_main_loop_begin();
quit:
eina_shutdown();
ecore_shutdown();
E_FREE(_e_fm_op_stdin_buffer);