Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_apps.c Log Message: Remove unnecessary loop. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- e_apps.c 7 Feb 2005 13:51:08 -0000 1.14 +++ e_apps.c 15 Feb 2005 17:05:34 -0000 1.15 @@ -791,12 +791,9 @@ a->subapps = evas_list_remove(a->subapps, a2); a->subapps = evas_list_append(a->subapps, a2); } + free(s); } - while (files) - { - free(files->data); - files = evas_list_remove_list(files, files); - } + evas_list_free(files); } } } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs