ceeeeeeeeeeeeeeeeedric! :)

SVN revision: 51108
This commit is contained in:
Carsten Haitzler 2010-08-14 04:03:33 +00:00
parent 1325b20a81
commit 966810eedb
1 changed files with 3 additions and 1 deletions

View File

@ -1263,7 +1263,9 @@ _edje_collection_free_part_description_clean(int type, Edje_Part_Description_Com
for (i = 0; i < img->image.tweens_count; ++i)
free(img->image.tweens[i]);
free(img->image.tweens);
// cedric: this array is part of the img struct - no? not separately alloced
// anymore - right? thus shouldnt be free()'d... no?
// free(img->image.tweens);
break;
}
case EDJE_PART_TYPE_EXTERNAL: