devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=05006e64634359613e093776af19e7b9ca0caec1

commit 05006e64634359613e093776af19e7b9ca0caec1
Author: Srivardhan Hebbar <[email protected]>
Date:   Tue Dec 9 09:24:38 2014 -0500

    ethumb: Fixing eina_init to eina_shutdown.
    
    Summary:
    In the end we should call eina_shutdown, but by mistake eina_init is being 
called. So have corrected that.
    
    @fix
    
    Signed-off-by: Srivardhan Hebbar <[email protected]>
    
    Reviewers: devilhorns
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D1751
---
 src/bin/ethumb_client/ethumbd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ethumb_client/ethumbd.c b/src/bin/ethumb_client/ethumbd.c
index 0699272..510a7b4 100644
--- a/src/bin/ethumb_client/ethumbd.c
+++ b/src/bin/ethumb_client/ethumbd.c
@@ -1872,7 +1872,7 @@ main(int argc, char *argv[])
 
    if (_pfx) eina_prefix_free(_pfx);
    ethumb_shutdown();
-   eina_init();
+   eina_shutdown();
    ecore_shutdown();
    return exit_value;
 }

-- 


Reply via email to