it's not the correct fix. Add a FIXME to recall what to do
authorVincent Torri <vincent.torri@gmail.com>
Mon, 19 Jan 2009 23:14:59 +0000 (23:14 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Mon, 19 Jan 2009 23:14:59 +0000 (23:14 +0000)
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

index afd1bd7..a5d84f8 100644 (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);
                    }