Resource Manager: Fix a possible crash when loading fails.

Public issue: https://github.com/mackron/miniaudio/issues/1129
This commit is contained in:
David Reid
2026-07-13 08:39:19 +10:00
parent cca9aaab77
commit 87206fca67
2 changed files with 20 additions and 14 deletions
+1
View File
@@ -4,6 +4,7 @@ v0.11.26 - TBD
* Fixed a crash when passing in null for the read or seek callbacks for a decoder.
* Fixed an error with node initialization.
* Fixed build for Arm64EC on MSVC.
* Resource Manager: Fixed a possible crash when loading fails.
* PulseAudio: Improvements to format negotiation to better handle cases when PulseAudio reports s24_32 as its native format.
* Emscripten: Fixed an error with ALLOW_MEMORY_GROWTH.
* Emscripten: Fixed some issues relating to handling of 64-bit pointers.