aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-05-31 10:24:08 +0200
committerMax Kellermann <max@duempel.org>2010-05-31 10:24:08 +0200
commitde8f2739c2977ffb042bfd9c36630fe6f187901f (patch)
treebbc6eee1359f9edb770fddbd52575d7c0412167e /NEWS
parent2c1c5888683197dba3477487ca49727fd48fbac6 (diff)
downloadmpd-de8f2739c2977ffb042bfd9c36630fe6f187901f.tar.gz
mpd-de8f2739c2977ffb042bfd9c36630fe6f187901f.tar.xz
mpd-de8f2739c2977ffb042bfd9c36630fe6f187901f.zip
decoder/mikmod: fix memory leak
The return value of Player_LoadTitle() is allocated with malloc(), and must be freed by the caller.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 510f257f3..b5b6e91ab 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,7 @@ ver 0.16 (20??/??/??)
- wavpack: allow more than 2 channels
- mp4ff: rename plugin "mp4" to "mp4ff"
- mp4ff: support tags "albumartist", "band"
+ - mikmod: fix memory leak
* encoders:
- twolame: new encoder plugin based on libtwolame
- flac: new encoder plugin based on libFLAC