entrance: fix FILE leak by RustyBSD.

Would be nice to use Eina_File and friends instead.


SVN revision: 75947
This commit is contained in:
Cedric BAIL 2012-09-03 05:42:46 +00:00
parent 71c528d3a4
commit b9831a4213
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
Michael Bouchaud alias yoz <michael.bouchaud@gmail.com>
Carsten Haitzler <raster@rasterman.com>
Maxime Villard <rustyBSD@gmx.fr>

View File

@ -161,6 +161,7 @@ _entrance_user_init()
if (uid > 500 && uid < 3000)
lu = eina_list_append(lu, eina_stringshare_add(user));
}
fclose(f);
}
EINA_LIST_FREE(lu, user)
{