hum

2011/4/28 Enlightenment SVN <no-re...@enlightenment.org>

> Log:
> enki: always delete child before deleting parent.
>
>
> Author:       cedric
> Date:         2011-04-28 02:04:02 -0700 (Thu, 28 Apr 2011)
> New Revision: 58993
> Trac:         http://trac.enlightenment.org/e/changeset/58993
>
> Modified:
>  trunk/enki/src/bin/main.c
>
> Modified: trunk/enki/src/bin/main.c
> ===================================================================
> --- trunk/enki/src/bin/main.c   2011-04-28 09:03:03 UTC (rev 58992)
> +++ trunk/enki/src/bin/main.c   2011-04-28 09:04:02 UTC (rev 58993)
> @@ -51,10 +51,10 @@
>
>        tabpanel_item_del(enlil_data->library_item);
>        tabpanel_del(enlil_data->tabpanel);
> -       free(enlil_data);
>        free(enlil_data->list_photo);
>        free(enlil_data->list_left);
>        free(enlil_data->win);
> +       free(enlil_data);
>
>        EINA_STRINGSHARE_DEL(media_player);
>
>
>
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



-- 
Regards.
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to