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 committed by Cedric BAIL
parent f8cf7a503c
commit 9ceb39b0ce
1 changed files with 0 additions and 2 deletions

View File

@ -170,7 +170,6 @@ main(int argc, char **argv)
E_Fm_Op_Type type;
ecore_init();
eina_init();
_e_fm_op_stdin_buffer = malloc(READBUFSIZE);
if (!_e_fm_op_stdin_buffer) return 0;
@ -429,7 +428,6 @@ skip_arg:
ecore_main_loop_begin();
quit:
eina_shutdown();
ecore_shutdown();
E_FREE(_e_fm_op_stdin_buffer);