[E-devel] fopen() - fclose()

2012-07-28 Thread rustyBSD
Hi, quick thing: === e/src/modules/wizard/page_080.c === line 18 - EAPI int wizard_page_show(E_Wizard_Page *pg __UNUSED__) Two fopen(), but one fclose(). Should add fclose(fin); before return 0; . Maxime -- Live Security

Re: [E-devel] fopen() - fclose()

2012-07-28 Thread Cedric BAIL
Hi, On Sat, Jul 28, 2012 at 3:26 PM, rustyBSD wrote: > quick thing: > > === e/src/modules/wizard/page_080.c === > line 18 - EAPI int wizard_page_show(E_Wizard_Page *pg __UNUSED__) > > Two fopen(), but one fclose(). Should add > fclose(fin); before return 0; . Thanks for the report fixed in svn r