decoder/mikmod: fix memory leak

The return value of Player_LoadTitle() is allocated with malloc(), and
must be freed by the caller.
This commit is contained in:
Max Kellermann
2010-06-30 19:37:36 +00:00
parent 5ebe33653c
commit 77e6810c14
2 changed files with 5 additions and 2 deletions

1
NEWS
View File

@@ -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)