bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=691e156aebd2943d598d697c316441f2f4c989ed

commit 691e156aebd2943d598d697c316441f2f4c989ed
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Wed Oct 9 13:22:44 2019 -0400

    examples/emotion: remove dead code
    
    this can never be reached
    
    CID 1400928
    
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D10322
---
 src/examples/emotion/emotion_signals_example.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/examples/emotion/emotion_signals_example.c 
b/src/examples/emotion/emotion_signals_example.c
index dbc7a5b969..de8a39f1b9 100644
--- a/src/examples/emotion/emotion_signals_example.c
+++ b/src/examples/emotion/emotion_signals_example.c
@@ -162,8 +162,6 @@ main(int argc, const char *argv[])
    ecore_evas_shutdown();
    return 0;
 
-   ecore_evas_free(ee);
-
 error:
    ecore_evas_shutdown();
    return -1;

-- 


Reply via email to