Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wdmks: ensure that pins that failed creation by PinNew() are zeroed. #309

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

RossBencina
Copy link
Collaborator

Note that PaUtil_AllocateMemory currently calls GlobalAlloc without the GMEM_ZEROINIT flag, so there was no guarantee that filter->pins[pinId] was zero.

…ULL. Note that PaUtil_AllocateMemory currently calls GlobalAlloc without the GMEM_ZEROINIT flag, so there was no guarantee that filter->pins[pinId] was zero.
@RossBencina RossBencina added the src-wdmks MS WDM/KS Host API /src/hostapi/wdmks label Oct 1, 2020
@RossBencina RossBencina merged commit 19f638d into PortAudio:master Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
src-wdmks MS WDM/KS Host API /src/hostapi/wdmks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants