* eina: remove unecessary free.

SVN revision: 53817
This commit is contained in:
Cedric BAIL 2010-10-23 17:56:48 +00:00
parent f9da29e6a6
commit e199293a56
1 changed files with 0 additions and 6 deletions

View File

@ -315,12 +315,6 @@ eina_one_big_shutdown(void *data)
# endif
#endif
if (pool->empty)
{
void *mem = eina_trash_pop(&pool->empty);
if (mem == pool->base) pool->base = NULL;
free(mem);
}
if (pool->over > 0)
{
// FIXME: should we warn here? one_big mempool exceeded its alloc and now