SVN revision: 47954
This commit is contained in:
Sebastian Dransfeld 2010-04-12 10:20:15 +00:00
parent 296dec9879
commit 9032982600
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ _gc_id_new(E_Gadcon_Client_Class *client_class)
snprintf(buff, sizeof(buff), "%s.%d", _gadcon_class.name,
eina_list_count(cpufreq_config->instances));
/* TODO: Fix leak!!!! Func returns const char. */
return strdup(buff);
}