aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-06-30 19:37:36 +0000
committerMax Kellermann <max@duempel.org>2010-06-30 19:37:36 +0000
commit77e6810c14e3b47f27a385e2fd9e8760710d0a99 (patch)
tree0a79d082dc5df1466b0132ed96fb809dddcf663c /NEWS
parent5ebe33653c162a3a07a9a1fd71201e22fa152c6c (diff)
downloadmpd-77e6810c14e3b47f27a385e2fd9e8760710d0a99.tar.gz
mpd-77e6810c14e3b47f27a385e2fd9e8760710d0a99.tar.xz
mpd-77e6810c14e3b47f27a385e2fd9e8760710d0a99.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 6f499856d..eaaa24b9f 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ ver 0.15.11 (2010/??/??)
- ape: support album artist
* decoders:
- mp4ff: support tags "albumartist", "band"
+ - mikmod: fix memory leak
ver 0.15.10 (2010/05/30)