more memleaks fixed

SVN revision: 17145
This commit is contained in:
tsauerbeck 2005-10-03 18:25:22 +00:00 committed by tsauerbeck
parent 06d4179854
commit f263fcd2c8
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ ecore_file_path_init(void)
{
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;
}