aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Drochner <M.Drochner@fz-juelich.de>2009-01-28 19:13:44 +0100
committerMax Kellermann <max@duempel.org>2009-01-30 17:50:33 +0100
commit38fa9124e8c5b02dbc7d9673a04eb3d5f5852033 (patch)
treebdfb125b0a0f4cdfd52ad3f6db64fa89c6fe995a /NEWS
parentb78daa5a87501e6a38d5ae06b5f9dedd0550b80e (diff)
downloadmpd-38fa9124e8c5b02dbc7d9673a04eb3d5f5852033.tar.gz
mpd-38fa9124e8c5b02dbc7d9673a04eb3d5f5852033.tar.xz
mpd-38fa9124e8c5b02dbc7d9673a04eb3d5f5852033.zip
mikmod: call MikMod_Exit() only in the finish() method
Hi - independently of libmikmod's other problems - there seems to be a problem in mpd's wrapper: MikMod_Exit() is called after the first file is decoded, which frees some ressources within the mikmod library. An attempt to play a second file leads to a crash. The appended patch fixes this for me. (I don't know what the "dup" entry is good for - someone who knows should review that too.) best regards Matthias [mk: removed 3 more MikMod_Exit() invocations]
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78f4aef18..9fb2c0e3f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ ver 0.14.2 (2009/??/??)
* decoders:
- ffmpeg: added support for the tags comment, genre, year
- wavpack: pass NULL if the .wvc file fails to open
+ - mikmod: call MikMod_Exit() only in the finish() method
* audio outputs:
- jack: allocate ring buffers before connecting
- jack: clear "shutdown" flag on reconnect