Files
raylib/src
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
..
2021-01-02 18:15:13 +01:00
2021-01-26 14:34:27 +01:00
2021-01-25 10:47:53 +01:00
2020-04-21 21:17:58 +02:00
2021-01-02 18:15:13 +01:00
2020-12-24 19:08:02 +01:00
2021-02-09 13:23:06 +01:00
2021-02-14 16:47:47 +01:00
2021-01-02 18:15:13 +01:00
2021-02-14 16:47:08 +01:00
2018-09-26 16:02:42 +02:00
2020-12-23 13:48:43 +01:00
2020-12-23 13:48:43 +01:00
2021-01-02 18:15:13 +01:00
2021-01-02 18:15:13 +01:00
2021-02-14 16:46:33 +01:00
2020-12-23 15:03:26 +01:00
2020-02-20 13:46:33 +01:00
2021-01-02 18:15:13 +01:00
2020-03-30 21:34:45 +02:00
2021-01-12 20:24:58 +01:00
2021-01-02 18:15:13 +01:00
2021-02-05 14:36:28 +01:00
2021-01-02 18:15:13 +01:00
2020-04-30 19:48:39 +02:00