re-enable. valgrind happy now. hrrrm.

/    /
(o)  (o)
   ..
 
  ~-~\.



SVN revision: 51110
This commit is contained in:
Carsten Haitzler 2010-08-14 10:28:57 +00:00
parent e7e09623ef
commit 480666910a
1 changed files with 1 additions and 3 deletions

View File

@ -1263,9 +1263,7 @@ _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]);
// 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);
free(img->image.tweens);
break;
}
case EDJE_PART_TYPE_EXTERNAL: