diff --git a/Host/Source/LibOpenBLT/srecparser.c b/Host/Source/LibOpenBLT/srecparser.c index 80c05353..6a30ccad 100644 --- a/Host/Source/LibOpenBLT/srecparser.c +++ b/Host/Source/LibOpenBLT/srecparser.c @@ -369,6 +369,8 @@ static bool SRecParserSaveToFile (char const * firmwareFile) } } } + /* Close the file now that we are done with it. */ + fclose(fp); } } /* Give the result back to the caller. */ diff --git a/Host/libopenblt.dll b/Host/libopenblt.dll index 943bf880..14b2e135 100644 Binary files a/Host/libopenblt.dll and b/Host/libopenblt.dll differ