On Thu, 17 Jan 2013 05:49:15 -0800
"Enlightenment SVN" <no-re...@enlightenment.org> wrote:

> Log:
> unset pointer, thanks obiwahn
> 
> Author:       morlenxus
> Date:         2013-01-17 05:49:14 -0800 (Thu, 17 Jan 2013)
> New Revision: 82935
> Trac:         http://trac.enlightenment.org/e/changeset/82935
> 
> Modified:
>   trunk/E-MODULES-EXTRA/execwatch/src/e_mod_main.c 
> 
> Modified: trunk/E-MODULES-EXTRA/execwatch/src/e_mod_main.c
> ===================================================================
> --- trunk/E-MODULES-EXTRA/execwatch/src/e_mod_main.c  2013-01-17 12:15:02 UTC 
> (rev 82934)
> +++ trunk/E-MODULES-EXTRA/execwatch/src/e_mod_main.c  2013-01-17 13:49:14 UTC 
> (rev 82935)
> @@ -241,7 +241,10 @@
>  
>     if (!inst) return;
>     if (inst->status_exe_result)
> -     E_FREE(inst->status_exe_result);
> +     {
> +        E_FREE(inst->status_exe_result);
> +             inst->status_exe_result = NULL;
> +     }
>     if (inst->read && inst->read->lines)
>       {
>          Ecore_Exe_Event_Data_Line *lines;
> 
> 

this commit has no functional change whatsoever

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to