Fix memleak.

SVN revision: 27491
This commit is contained in:
Sebastian Dransfeld 2006-12-17 11:20:25 +00:00
parent 2318625fdc
commit 0c773c9358
1 changed files with 1 additions and 0 deletions

View File

@ -1258,6 +1258,7 @@ eet_data_descriptor_decode(Eet_Data_Descriptor *edd,
{
hash = edd->func.hash_add(hash, key, data_ret);
*ptr = hash;
free(key);
_eet_freelist_list_add(ptr);
}
else