init values with null.

SVN revision: 46973
This commit is contained in:
Carsten Haitzler 2010-03-08 01:14:12 +00:00
parent 6185b64a11
commit 44b2b3fb46
1 changed files with 1 additions and 1 deletions

View File

@ -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;