diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/mpc_plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/mpc_plugin.c b/src/decoder/mpc_plugin.c index de955d712..f9c3f34d5 100644 --- a/src/decoder/mpc_plugin.c +++ b/src/decoder/mpc_plugin.c @@ -231,8 +231,6 @@ mpc_decode(struct decoder *mpd_decoder, struct input_stream *inStream) replayGainInfo); } - decoder_flush(mpd_decoder); - freeReplayGainInfo(replayGainInfo); return 0; |