Skip to content

v0.6-alpha: Prevent crash if passed a NULL pointer for inputQueue

Pre-release
Pre-release
Compare
Choose a tag to compare
@h4yn0nnym0u5e h4yn0nnym0u5e released this 05 Jan 10:40
· 194 commits to feature/Audio/dynamic-updates since this release

Prevents a crash if a NULL pointer is passed for the audio block inputQueue value. Previously not a problem, but with the new dynamic-sized mixer this could potentially occur as the space is malloc()ed rather than being part of the class definition.