fix leaky evry config shutdown

SVN revision: 75786
This commit is contained in:
Mike Blumenkrantz 2012-08-28 12:29:34 +00:00
parent ee9304d2a2
commit 8764eebc1d
1 changed files with 6 additions and 0 deletions

View File

@ -516,6 +516,12 @@ _config_free(void)
IF_RELEASE(pc->trigger);
E_FREE(pc);
}
EINA_LIST_FREE (evry_conf->conf_views, pc)
{
IF_RELEASE(pc->name);
IF_RELEASE(pc->trigger);
E_FREE(pc);
}
EINA_LIST_FREE (evry_conf->conf_objects, pc)
{
IF_RELEASE(pc->name);