fclose file, not string.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20858 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -128,6 +128,6 @@ main(int argc, char **argv)
|
||||
exit(1);
|
||||
close_generate ();
|
||||
if (argc != optidx)
|
||||
fclose(file);
|
||||
fclose(yyin);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user