edje cc - fix coverity warning for uninit local var

fix CID 1382208
This commit is contained in:
Carsten Haitzler 2019-08-05 15:19:34 +01:00
parent 40def3eac9
commit d9198f10a9
1 changed files with 1 additions and 1 deletions

View File

@ -14492,7 +14492,7 @@ static void
st_collections_group_parts_part_description_map_color(void)
{
Edje_Map_Color *color;
Edje_Map_Color tmp;
Edje_Map_Color tmp = { 0 };
int i;
check_min_arg_count(2);