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:
parent
241935c24c
commit
89f2569083
1
extern/btyacc/readskel.c
vendored
1
extern/btyacc/readskel.c
vendored
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user