8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Close skeleton file after reading it

This commit is contained in:
alexpeshkoff 2009-10-05 07:06:57 +00:00
parent 241935c24c
commit 89f2569083

View File

@ -110,4 +110,5 @@ FILE *fp;
section_list[section].ptr = fin_section();
if (section == -2)
error(0, 0, 0, "No sections found in skeleton file \"%s\"", name);
fclose(fp);
}