acpixtract: Close file before exit

dangling open file.
This commit is contained in:
Robert Moore 2018-12-12 13:27:21 -08:00
parent 37f339a2d0
commit ceabc276ae

View File

@ -638,6 +638,7 @@ AxListAllTables (
&Header[ByteCount]);
if (ThisLineByteCount == EOF)
{
fclose (InputFile);
return (-1);
}