Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/conf_icon_theme Modified Files: e_int_config_icon_themes.c Log Message: free list from efreet_icon_theme_list_get() =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/conf_icon_theme/e_int_config_icon_themes.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_int_config_icon_themes.c 26 Jul 2007 11:34:09 -0000 1.4 +++ e_int_config_icon_themes.c 3 Aug 2007 06:06:09 -0000 1.5 @@ -73,6 +73,7 @@ cfdata->icon_themes = evas_list_sort(cfdata->icon_themes, evas_list_count(cfdata->icon_themes), _sort_icon_themes); + ecore_list_destroy(icon_themes); } cfdata->themename = strdup(e_config->icon_theme); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs