cedric pushed a commit to branch enlightenment-0.17.

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

commit 9ceb39b0ce12920a56cf485393621015ae6f26e9
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 11bd068..962deaa 100644
--- a/src/bin/e_fm_op.c
+++ b/src/bin/e_fm_op.c
@@ -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);

-- 


Reply via email to