Closed chung-leong closed 2 weeks ago
It's due to handling of call to fclose(). The code must be processing the FILE pointer after it's been freed.
fclose()
FILE
It's due to handling of call to
fclose()
. The code must be processing theFILE
pointer after it's been freed.