diff --git a/src/decoder/DecoderThread.cxx b/src/decoder/DecoderThread.cxx index bb497a13f..a99d73472 100644 --- a/src/decoder/DecoderThread.cxx +++ b/src/decoder/DecoderThread.cxx @@ -406,7 +406,7 @@ decoder_run_song(DecoderControl &dc, /* flush the last chunk */ - if (success && decoder.chunk != nullptr) + if (decoder.chunk != nullptr) decoder.FlushChunk(); }