(main): also fclose yyin.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20767 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-01 11:24:52 +00:00
parent fc73489167
commit b6bcedddb2

View File

@@ -759,5 +759,6 @@ main(int argc, char **argv)
fclose(cfile);
fclose(hfile);
}
fclose(yyin);
return 0;
}