* eina: remove unecessary free.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Oct 2010 17:56:48 +0000 (17:56 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Oct 2010 17:56:48 +0000 (17:56 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@53817 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/mp/one_big/eina_one_big.c

index 7f1cc21..38c4744 100644 (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