seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=020ecf1405a7be0f3d3f6854db7dcd1ae29f53a5

commit 020ecf1405a7be0f3d3f6854db7dcd1ae29f53a5
Author: Anand <anand...@samsung.com>
Date:   Wed Nov 26 07:35:03 2014 +0900

    config: Fixed null return.
    
    Reviewers: cedric, singh.amitesh, seoz
    
    Differential Revision: https://phab.enlightenment.org/D1663
---
 src/bin/config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/config.c b/src/bin/config.c
index 6661546..7a5cf15 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -2059,6 +2059,7 @@ _font_names_list_sel(void *data   EINA_UNUSED,
 
    /* load styles list */
    efp = eina_hash_find(fndata.font_hash, sel_font);
+   if (!efp) return;
 
    ELM_LIST_ENABLE(style_list);
    elm_list_clear(style_list);

-- 


Reply via email to