Free the heap when we're done, thanks chaos.

SVN revision: 18418
This commit is contained in:
rbdpngn 2005-11-10 14:29:33 +00:00 committed by rbdpngn
parent a90d675613
commit 8a632ab09c
1 changed files with 2 additions and 0 deletions

View File

@ -300,6 +300,8 @@ ecore_file_ls(const char *dir)
ecore_list_append(list, f);
}
ecore_sheap_destroy(heap);
ecore_list_goto_first(list);
return list;
}