efl: fix leak in eina_cow.

Patch by Paulo Alcantara <pcacjr@zytor.com>.


SVN revision: 83014
This commit is contained in:
Cedric BAIL 2013-01-20 11:02:48 +00:00
parent dad5336272
commit 41b70693b7
1 changed files with 1 additions and 0 deletions

View File

@ -285,6 +285,7 @@ eina_cow_del(Eina_Cow *cow)
EINA_COW_MAGIC_CHECK(cow);
eina_mempool_del(cow->pool);
eina_hash_free(cow->match);
EINA_LIST_FREE(cow->togc, gc)
eina_mempool_free(gc_pool, gc);