free l->data before removing l

SVN revision: 38655
This commit is contained in:
Vincent Torri 2009-01-19 21:44:31 +00:00
parent 60af3b150d
commit b4e6371e17
1 changed files with 1 additions and 1 deletions

View File

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