From 0a19e8c64ce2e44a8bc372e4c7ed720b3c2effa1 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 19 Jan 2009 23:14:59 +0000 Subject: [PATCH] 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 --- src/modules/conf_colors/e_int_config_color_classes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/conf_colors/e_int_config_color_classes.c b/src/modules/conf_colors/e_int_config_color_classes.c index afd1bd790..a5d84f852 100644 --- a/src/modules/conf_colors/e_int_config_color_classes.c +++ b/src/modules/conf_colors/e_int_config_color_classes.c @@ -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); }