wavpack: don't close the stream
The input_stream object is opened and closed by the caller.
This commit is contained in:
parent
104d5120c9
commit
010a27cd95
@ -494,7 +494,6 @@ wavpack_streamdecode(struct decoder * decoder, struct input_stream *is)
|
||||
WavpackCloseFile(wpc);
|
||||
if (open_flags & OPEN_WVC)
|
||||
input_stream_close(&is_wvc);
|
||||
input_stream_close(is);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user