rimmed pushed a commit to branch master.

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

commit 97af0428797e61ac7747873ea40bc610f46d9da9
Author: Mykyta Biliavskyi <m.biliavs...@samsung.com>
Date:   Thu Sep 22 16:27:18 2016 +0300

    Property common: Clear unreachable code.
    
    @svace 20167
    @fix
---
 src/bin/ui/property/property_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/property/property_common.c 
b/src/bin/ui/property/property_common.c
index 67ba71f..7d1ec3d 100644
--- a/src/bin/ui/property/property_common.c
+++ b/src/bin/ui/property/property_common.c
@@ -440,8 +440,8 @@ _control_create(Property_Attribute *pa, Property_Action 
*action, Evas_Object *pa
       case PROPERTY_CONTROL_NONE:
       case PROPERTY_CONTROL_LAST:
          CRIT("Wrong control type");
+         app_shutdown();
          abort();
-         return NULL;
       /* do not add default: */
      }
 

-- 


Reply via email to