Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_file Modified Files: ecore_file_path.c Log Message: more memleaks fixed =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_file/ecore_file_path.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- ecore_file_path.c 30 Sep 2005 00:46:15 -0000 1.14 +++ ecore_file_path.c 3 Oct 2005 18:25:22 -0000 1.15 @@ -13,6 +13,7 @@ { if (++init != 1) return init; __ecore_file_path_bin = _ecore_file_path_from_env("PATH"); + ecore_list_set_free_cb(__ecore_file_path_bin, free); return init; } ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs