Fix the "Could not close audio input file" message when decoding from mp3

or transcoding. The message only occurred on Win32 builds of lame.exe.

Submitted by:	Michael Fink via [patches:#93]
This commit is contained in:
Alexander Leidinger
2020-08-25 10:14:14 +00:00
parent 726591a274
commit bd147efe7b
+1 -1
View File
@@ -2113,7 +2113,7 @@ static off_t lame123_seek_in_file(void* handle, off_t offset, int direction)
static void lame123_cleanup_file(void* handle)
{
fclose((FILE*)handle);
/* don't call fclose(); close_input_file() will do that */
}
#endif