edje - fault casting.

This commit is contained in:
ChunEon Park 2013-07-18 20:34:02 +09:00
parent b343874300
commit d34f25949d
1 changed files with 1 additions and 1 deletions

View File

@ -1635,7 +1635,7 @@ _edje_collection_free_part_description_clean(int type, Edje_Part_Description_Com
//clean the map colors //clean the map colors
if (desc->map.colors) if (desc->map.colors)
{ {
for (i = 0; i < (int)desc->map.colors_count; i++) for (i = 0; i < desc->map.colors_count; i++)
free(desc->map.colors[i]); free(desc->map.colors[i]);
free(desc->map.colors); free(desc->map.colors);
} }