memleak fix

SVN revision: 17172
This commit is contained in:
tsauerbeck 2005-10-04 21:59:15 +00:00 committed by tsauerbeck
parent 19436ee45d
commit 518ae9033f
1 changed files with 1 additions and 0 deletions

View File

@ -961,6 +961,7 @@ e_app_dir_file_list_get(E_App *a)
if (f)
{
files2 = ecore_list_new();
ecore_list_set_free_cb(files2, free);
while (fgets(buf, sizeof(buf), f))
{
int len;