rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=c3cf57468a53274b36cb4a0cbfb9f396ddeab8ae

commit c3cf57468a53274b36cb4a0cbfb9f396ddeab8ae
Author: Mykyta Biliavskyi <[email protected]>
Date:   Tue Sep 27 16:24:45 2016 +0300

    Tab home new: don't try to close invalid handler.
---
 src/bin/ui/tab_home_new.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/tab_home_new.c b/src/bin/ui/tab_home_new.c
index 613dd7e..e600203 100644
--- a/src/bin/ui/tab_home_new.c
+++ b/src/bin/ui/tab_home_new.c
@@ -490,9 +490,9 @@ _setup_open_splash(void *data __UNUSED__, Splash_Status 
status __UNUSED__)
      ret = false;
 
    eina_strbuf_free(flags);
+   fclose(fp);
 exit:
    eina_strbuf_free(edc);
-   fclose(fp);
    return ret;
 }
 

-- 


Reply via email to