discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=f9c16ba1ceb51a6ad533d57a44513a8df82170fd

commit f9c16ba1ceb51a6ad533d57a44513a8df82170fd
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Thu Dec 19 14:18:02 2013 -0500

    separately calling eina_init after ecore_init in e_fm_op? 
wtfffffffffffffffffffffffffffffffff
---
 src/bin/e_fm_op.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/e_fm_op.c b/src/bin/e_fm_op.c
index 0c6151c..1318773 100644
--- a/src/bin/e_fm_op.c
+++ b/src/bin/e_fm_op.c
@@ -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);

-- 


Reply via email to