Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -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 Kellermann | 2009-01-24 | 1 | -0/+257 |
We have two mod plugins now: modplug and mod. Rename the latter to a more useful name. |