SVN revision: 29154
This commit is contained in:
Sebastian Dransfeld 2007-03-25 21:58:09 +00:00
parent 9a61425cbe
commit 16b0fb53e7
1 changed files with 1 additions and 0 deletions

View File

@ -923,6 +923,7 @@ e_modapi_shutdown(E_Module *m)
}
if (cpufreq_config->governor)
evas_stringshare_del(cpufreq_config->governor);
if (cpufreq_config->status) _cpufreq_status_free(cpufreq_config->status);
free(cpufreq_config);
cpufreq_config = NULL;
E_CONFIG_DD_FREE(conf_edd);