diff options
Diffstat (limited to 'src/decoder/mod_plugin.c')
-rw-r--r-- | src/decoder/mod_plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/mod_plugin.c b/src/decoder/mod_plugin.c index 5916a24ab..bdf71ec37 100644 --- a/src/decoder/mod_plugin.c +++ b/src/decoder/mod_plugin.c @@ -210,8 +210,6 @@ static int mod_decode(struct decoder * decoder, char *path) total_time, 0, NULL); } - decoder_flush(decoder); - mod_close(data); MikMod_Exit(); |