avoid leak

SVN revision: 44833
This commit is contained in:
Gustavo Sverzut Barbieri 2009-12-31 21:36:01 +00:00
parent 1c2ba52eb4
commit 9436c022bc
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ _mixer_module_configuration_free(E_Mixer_Module_Config *conf)
eina_hash_foreach(conf->gadgets,
_mixer_gadget_configuration_free_foreach, NULL);
eina_hash_free(conf->gadgets);
eina_stringshare_del(conf->default_gc_id);
free(conf);
}