e: don't forget fclose.

Patch suggested by rustyBSD <rustyBSD@gmx.fr>.

NOTE: a better solution would be to use Eina_File and eina_file_map_lines.


SVN revision: 74531
This commit is contained in:
Cedric BAIL 2012-07-28 14:29:26 +00:00
parent 14386604f4
commit f44867c7e1
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ wizard_page_show(E_Wizard_Page *pg __UNUSED__)
}
fclose(f);
}
fclose(fin);
return 0; /* 1 == show ui, and wait for user, 0 == just continue */
}