make label not have nothing after it. fix err when valgrind and

threads disabled.



SVN revision: 57373
This commit is contained in:
Carsten Haitzler 2011-02-27 11:27:02 +00:00
parent 1832a6a84b
commit 949e428ca1
1 changed files with 2 additions and 0 deletions

View File

@ -327,6 +327,8 @@ eina_chained_mempool_free(void *data, void *ptr)
{
VALGRIND_MEMPOOL_FREE(pool, ptr);
}
#else
ptr = NULL;
#endif
#ifdef EFL_HAVE_THREADS