eina_value_hash: must free hash value after it's flushed.

SVN revision: 67835
This commit is contained in:
Gustavo Sverzut Barbieri 2012-02-10 20:39:07 +00:00
parent 817d6234b8
commit e8924c7600
1 changed files with 1 additions and 0 deletions

View File

@ -2996,6 +2996,7 @@ _eina_value_type_hash_flush_each(const Eina_Hash *hash __UNUSED__, const void *k
{
struct _eina_value_type_hash_flush_each_ctx *ctx = user_data;
ctx->ret &= eina_value_type_flush(ctx->subtype, mem);
free(mem);
return EINA_TRUE;
}