Close asn1 file while done.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20855 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-03 18:13:41 +00:00
parent 5339b67f33
commit 2f1cc7b5fd

View File

@@ -127,5 +127,7 @@ main(int argc, char **argv)
if(ret != 0 || error_flag != 0)
exit(1);
close_generate ();
if (argc != optidx)
fclose(file);
return 0;
}