Revert "eina: more work around to limit problem."

This reverts commit c5db264e0a.
This commit is contained in:
Cedric Bail 2013-12-04 17:53:28 +09:00
parent 3c7185e880
commit 4f161f0c8d
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ _eina_cow_gc(Eina_Cow *cow, Eina_Cow_GC *gc)
THIS IS A TEMPORARY WORK AROUND THAT SHOULD LIMIT PROBLEM
UNTIL WE KNOW WHY THERE IS A PROBLEM IN EINA_HASH.
*/
if (gc->ref->refcount == 0 || !gc->ref->togc)
if (gc->ref->refcount == 0)
{
eina_hash_del(cow->togc, &gc->ref, gc);
return ;