AndreMiras / pycaw

Python Core Audio Windows Library
MIT License
385 stars 67 forks source link

fix double free due to using cast rather than QueryInterface #74

Closed mrob95 closed 1 year ago

mrob95 commented 1 year ago

Fixes (hopefully):

See https://github.com/AndreMiras/pycaw/issues/19#issuecomment-1528995706 for an explanation + repro of the bug

AndreMiras commented 1 year ago

Thanks for the fix

mrob95 commented 1 year ago

No worries, thanks for the very useful library!