Close input files
@ -37,7 +37,7 @@ void extract_2dx(char* path) {
transfer_file(f, outFile, dxHeader.wavSize);
fclose(outFile);
}
fclose(f);
free(fileOffsets);
//printf("Done!\n");
@ -52,4 +52,4 @@ int main(int argc, char** argv) {
extract_2dx(argv[i]);
return 0;
The note is not visible to the blocked user.