Files
raylib/src/external
Chris ccb083af52 [raudio] Fix load and unload issues with Music (#1588)
* Add MUSIC_AUDIO_NONE to MusicContextType and format fixes
- Useful to check the context type to see if the format is recognized. Defaulting to wav causes issues where formats are assumed to
be wav.

* Fix memory issues with LoadMusicStream and UnloadMusicStream
- Set ctxType and ctxData even if the format fails to load.
- Set ctxData to NULL if it fails and check for null inside UnloadMusicStream.
- Change RL_MALLOC when loading formats to RL_CALLOC to prevent undefined behavior.
- Add NULL check when unloading xm file.
2021-02-14 17:37:34 +01:00
..
2020-11-15 14:06:39 +01:00
2020-11-15 14:04:28 +01:00
2020-11-15 14:04:28 +01:00
2020-11-15 14:04:28 +01:00
2020-01-19 13:05:21 +01:00
2020-01-19 11:42:16 +01:00
2021-02-05 19:18:44 +01:00
2020-11-20 00:34:18 +01:00
2021-01-12 21:15:11 +01:00
2021-01-12 21:15:11 +01:00
2020-02-06 16:29:57 +01:00
2020-02-06 16:29:57 +01:00
2020-02-06 16:29:57 +01:00
2020-02-06 16:29:57 +01:00
2018-12-21 00:17:44 +01:00