backport to 1.0 ?

Vincent

On Sat, 5 Nov 2011, Enlightenment SVN wrote:

> Log:
> fix but resulting from threadsafety addition by mike.
>
>
>
> Author:       raster
> Date:         2011-11-05 23:17:56 -0700 (Sat, 05 Nov 2011)
> New Revision: 64798
> Trac:         http://trac.enlightenment.org/e/changeset/64798
>
> Modified:
>  trunk/ecore/src/lib/ecore/ecore_main.c
>
> Modified: trunk/ecore/src/lib/ecore/ecore_main.c
> ===================================================================
> --- trunk/ecore/src/lib/ecore/ecore_main.c    2011-11-06 06:16:31 UTC (rev 
> 64797)
> +++ trunk/ecore/src/lib/ecore/ecore_main.c    2011-11-06 06:17:56 UTC (rev 
> 64798)
> @@ -998,6 +998,7 @@
>         int err = errno;
>         ERR("Failed to add poll on fd %d (errno = %d: %s)!", fd, err, 
> strerror(err));
>         free(fdh);
> +        fdh = NULL;
>         goto unlock;
>      }
>    fdh->read_active = EINA_FALSE;
>
>
> ------------------------------------------------------------------------------
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to