Refs #708. Added call to fclose() in SRecParserSaveToFile().

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@644 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2018-11-22 17:56:32 +00:00
parent e9ba4a1d03
commit 73afe21713
2 changed files with 2 additions and 0 deletions

View File

@ -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. */

Binary file not shown.