aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mikmod_decoder_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/mikmod: fix memory leakMax Kellermann2010-05-311-2/+4
| | | | | The return value of Player_LoadTitle() is allocated with malloc(), and must be freed by the caller.
* decoder/mikmod: duplicate the path only onceMax Kellermann2010-05-311-2/+2
|
* decoder/mikdmod: moved local variable declarations in tag_dup()Max Kellermann2010-05-311-12/+8
|
* renamed decoder plugin sourcesMax Kellermann2010-01-041-0/+237
Make it X_decoder_plugin.c.