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:
The return value of Player_LoadTitle() is allocated with malloc(), and must be freed by the caller.