Revert "eina: more work around to limit problem."
authorCedric Bail <cedric.bail@samsung.com>
Wed, 4 Dec 2013 08:53:28 +0000 (17:53 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Wed, 4 Dec 2013 09:33:05 +0000 (18:33 +0900)
This reverts commit c5db264e0a98234d32553ec1b43e612e0da1eeb3.

src/lib/eina/eina_cow.c

index 8600475..2dd8807 100644 (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 ;