Fix a crash when initializing a channel converter.

Public issue https://github.com/mackron/miniaudio/issues/482
This commit is contained in:
David Reid
2022-06-25 18:11:17 +10:00
parent 0788be818b
commit f6e5cf10ae
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
v0.11.10 - TBD
=====================
* Add support for setting the device notification callback when initializing an engine object.
* Fix a crash when initializing a channel converter.
v0.11.9 - 2022-04-20