elementary/genlist: Init itc to NULL before using it.

SVN revision: 77320
This commit is contained in:
Stefan Schmidt 2012-10-02 12:53:58 +00:00
parent 34dbd67c31
commit f2f7c1deef
1 changed files with 1 additions and 1 deletions

View File

@ -1138,7 +1138,7 @@ _item_cache_free(Item_Cache *itc)
static Item_Cache *
_item_cache_find(Elm_Gen_Item *it)
{
Item_Cache *itc;
Item_Cache *itc = NULL;
Eina_Inlist *l;
Eina_Bool tree = 0;