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:
1
NEWS
1
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
|
||||
|
Reference in New Issue
Block a user