initialize variable to null for later FOREACH failures

SVN revision: 56146
This commit is contained in:
Mike Blumenkrantz 2011-01-16 01:19:22 +00:00
parent 94578724bd
commit 9ac82fead5
1 changed files with 1 additions and 1 deletions

View File

@ -1039,7 +1039,7 @@ static Evry_Selector *
_evry_selector_new(Evry_Window *win, int type)
{
Plugin_Config *pc;
Eina_List *l, *pcs;
Eina_List *l, *pcs = NULL;
Evry_Selector *sel = E_NEW(Evry_Selector, 1);
Evas_Object *o = NULL;