it's not the correct fix. Add a FIXME to recall what to do

I think that the same kind of things must be done elsewhere (like
in the font dialog, around line 327)


SVN revision: 38656
This commit is contained in:
Vincent Torri 2009-01-19 23:14:59 +00:00
parent b4e6371e17
commit 0a19e8c64c
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ _fill_data_hash(E_Config_Dialog_Data *cfdata, const CFColor_Hash *cfhash)
{
if (!strncmp(cfhash[i].key, l->data, strlen(cfhash[i].key)))
{
/* FIXME: use EINA_LIST_FOREACH_SAFE() */
E_FREE(l->data);
color_classes = eina_list_remove_list(color_classes, l);
}