We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8af4ed + d6f37d4 commit b8ea978Copy full SHA for b8ea978
1 file changed
examples/asn1/asn1.c
@@ -92,8 +92,6 @@ static int asn1App_ReadFile(FILE* fp, unsigned char** pdata, word32* plen)
92
/* Set data to new pointer. */
93
data = p;
94
}
95
- /* Done with file. */
96
- fclose(fp);
97
98
99
if (data != NULL) {
0 commit comments