From 44b2b3fb4641ec713e09b3058cfabc936b62a5de Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 8 Mar 2010 01:14:12 +0000 Subject: [PATCH] init values with null. SVN revision: 46973 --- legacy/ecore/src/lib/ecore_imf/ecore_imf_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_imf/ecore_imf_module.c b/legacy/ecore/src/lib/ecore_imf/ecore_imf_module.c index 2a07b76796..0bf24f8e61 100644 --- a/legacy/ecore/src/lib/ecore_imf/ecore_imf_module.c +++ b/legacy/ecore/src/lib/ecore_imf/ecore_imf_module.c @@ -69,7 +69,7 @@ _hash_module_available_get(const Eina_Hash *hash __UNUSED__, int *data, void *li Eina_List * ecore_imf_module_available_get(void) { - Eina_List *values; + Eina_List *values = NULL; Eina_Iterator *it = NULL; if (!modules) return NULL;