On Sat, Aug 14, 2010 at 6:03 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  ceeeeeeeeeeeeeeeeedric! :)

Nah !

> Author:       raster
> Date:         2010-08-13 21:03:33 -0700 (Fri, 13 Aug 2010)
> New Revision: 51108
>
> Modified:
>  trunk/edje/src/lib/edje_load.c
>
> Modified: trunk/edje/src/lib/edje_load.c
> ===================================================================
> --- trunk/edje/src/lib/edje_load.c      2010-08-14 04:02:31 UTC (rev 51107)
> +++ trunk/edje/src/lib/edje_load.c      2010-08-14 04:03:33 UTC (rev 51108)
> @@ -1263,7 +1263,9 @@
>
>           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:

This bug come from eet and was fixed by last change to it. Update eet
and you will see it's gone. And the free is valid here.
-- 
Cedric BAIL

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to