aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/mikmod_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
| | | | | | On some platforms, g_free() must be used for memory allocated by GLib. This patch intends to correct a lot of occurrences, but is probably not complete.
* renamed the "mod" decoder plugin to "mikmod"Max Kellermann2009-01-241-0/+257
We have two mod plugins now: modplug and mod. Rename the latter to a more useful name.