lets not use uninitialized vars shall we?

SVN revision: 66257
This commit is contained in:
Carsten Haitzler 2011-12-15 14:01:17 +00:00
parent 3e2f474ef8
commit 94c73aee09
1 changed files with 1 additions and 1 deletions

View File

@ -4137,7 +4137,7 @@ ob_collections_group_parts_part_description(void)
{
Edje_Part_Collection *pc;
Edje_Part *ep;
Edje_Part_Description_Common *ed;
Edje_Part_Description_Common *ed = NULL;
pc = eina_list_data_get(eina_list_last(edje_collections));
ep = current_part;