On Sun, 27 Feb 2011, Enlightenment SVN wrote:

> Log:
> make label not have nothing after it. fix err when valgrind and
>  threads disabled.

i actually fixed it : i put a return; just before the last } so your patch 
should be useless

Vincent

>
>
>
> Author:       raster
> Date:         2011-02-27 03:27:02 -0800 (Sun, 27 Feb 2011)
> New Revision: 57373
> Trac:         http://trac.enlightenment.org/e/changeset/57373
>
> Modified:
>  trunk/eina/src/modules/mp/chained_pool/eina_chained_mempool.c
>
> Modified: trunk/eina/src/modules/mp/chained_pool/eina_chained_mempool.c
> ===================================================================
> --- trunk/eina/src/modules/mp/chained_pool/eina_chained_mempool.c     
> 2011-02-27 11:20:35 UTC (rev 57372)
> +++ trunk/eina/src/modules/mp/chained_pool/eina_chained_mempool.c     
> 2011-02-27 11:27:02 UTC (rev 57373)
> @@ -327,6 +327,8 @@
>      {
>         VALGRIND_MEMPOOL_FREE(pool, ptr);
>      }
> +#else
> +   ptr = NULL;
> #endif
>
> #ifdef EFL_HAVE_THREADS
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to