On Sat,  3 Sep 2011 20:55:03 -0700
"Enlightenment SVN" <[email protected]> wrote:

> Log:
> i'm not kidding... my CAT found this bug! crap. i need to unleash
>   pussy on e more often to find bugs.
>   
>   
> 
> Author:       raster
> Date:         2011-09-03 20:55:03 -0700 (Sat, 03 Sep 2011)
> New Revision: 63147
> Trac:         http://trac.enlightenment.org/e/changeset/63147
> 
> Modified:
>   trunk/e/src/modules/syscon/e_syscon.c 
> 
> Modified: trunk/e/src/modules/syscon/e_syscon.c
> ===================================================================
> --- trunk/e/src/modules/syscon/e_syscon.c     2011-09-04 03:46:58 UTC (rev
> 63146) +++ trunk/e/src/modules/syscon/e_syscon.c      2011-09-04 03:55:03
> UTC (rev 63147) @@ -445,9 +445,15 @@
>  static Eina_Bool
>  _cb_timeout_defaction(void *data __UNUSED__)
>  {
> +   const char *defact = NULL;
>     deftimer = NULL;
>     if (!do_defact) return ECORE_CALLBACK_CANCEL;
> +   defact = eina_stringshare_add(do_defact);
>     e_syscon_hide();
> -   _do_action_name(do_defact);
> +   if (defact)
> +     {
> +        _do_action_name(defact);
> +        eina_stringshare_del(defact);
> +     }
>     return ECORE_CALLBACK_CANCEL;
>  }
> 
> 
> ------------------------------------------------------------------------------
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better 
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
goooooooooooooo malloc!!!!!!!!!

-- 
Mike Blumenkrantz
Zentific: Coding in binary since '10.

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to