mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 09:54:42 +03:00
acpixtract: Close file before exit
dangling open file.
This commit is contained in:
parent
37f339a2d0
commit
ceabc276ae
@ -638,6 +638,7 @@ AxListAllTables (
|
||||
&Header[ByteCount]);
|
||||
if (ThisLineByteCount == EOF)
|
||||
{
|
||||
fclose (InputFile);
|
||||
return (-1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user