-
- Downloads
portaudiolayer: fix stop-stream routine
The return value of Pa_IsStreamStopped() was not checked correctly, and the stream pointers were not reset to nullptr. This could theoretically lead to a crash if we were to try to stop an non-null stream pointer. Gitlab: #1130 Change-Id: If2cf3a05b76c8c2d9c7d1ba53606c80e86516b77
Please register or sign in to comment