init values with null.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Mar 2010 01:14:12 +0000 (01:14 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Mar 2010 01:14:12 +0000 (01:14 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@46973 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_imf/ecore_imf_module.c

index 2a07b76..0bf24f8 100644 (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;