Skip to content

Commit

Permalink
Merge pull request #70 from SeanMcG/fix-gh-issue60
Browse files Browse the repository at this point in the history
tools/arcmake: do not call fclose() on a FILE * we do not own
  • Loading branch information
Galladite27 authored Sep 13, 2024
2 parents 744d7aa + e2bb7d9 commit dd38b82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/arcmake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ int main( int argc, char **argv )
#ifdef NSA
cSR.writeHeader( sAI->file_handle, archive_type );
#endif
fclose(sAI->file_handle);

if ( buffer ) delete[] buffer;

Expand Down

0 comments on commit dd38b82

Please sign in to comment.