Skip to content

Commit b8ea978

Browse files
authored
Merge pull request #6941 from douzzer/20231102-examples-asn1-double-fclose
20231102-examples-asn1-double-fclose
2 parents c8af4ed + d6f37d4 commit b8ea978

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

examples/asn1/asn1.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ static int asn1App_ReadFile(FILE* fp, unsigned char** pdata, word32* plen)
9292
/* Set data to new pointer. */
9393
data = p;
9494
}
95-
/* Done with file. */
96-
fclose(fp);
9795
}
9896

9997
if (data != NULL) {

0 commit comments

Comments
 (0)