[access][entry] fix non-initialize problem on access_state_cb();
authorShinwoo Kim <kimcinoo.efl@gmail.com>
Thu, 31 Jan 2013 11:07:26 +0000 (11:07 +0000)
committerShinwoo Kim <kimcinoo.efl@gmail.com>
Thu, 31 Jan 2013 11:07:26 +0000 (11:07 +0000)
SVN revision: 83511

legacy/elementary/src/lib/elm_entry.c

index 2c140ee..977a60f 100644 (file)
@@ -2637,6 +2637,7 @@ _access_state_cb(void *data __UNUSED__, Evas_Object *obj)
 
    ELM_ENTRY_DATA_GET(obj, sd);
 
+   ret = NULL;
    buf = eina_strbuf_new();
 
    if (elm_widget_disabled_get(obj))