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

Defensive guard of CFTimerCreate #101

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

baconpaul
Copy link
Collaborator

on macOS we do a cf timer create / destroy in attach/detatch but we don't guard for success. the vst3 validator has this fail so we will dump core on detach in some cases. Guard.

on macOS we do a cf timer create / destroy in attach/detatch
but we don't guard for success. the vst3 validator has this
fail so we will dump core on detach in some cases. Guard.

And clean up an unused data structure while at it
@defiantnerd defiantnerd merged commit dfc2cd6 into free-audio:next Sep 7, 2023
6 checks passed
defiantnerd pushed a commit that referenced this pull request Sep 9, 2023
on macOS we do a cf timer create / destroy in attach/detatch
but we don't guard for success. the vst3 validator has this
fail so we will dump core on detach in some cases. Guard.

And clean up an unused data structure while at it
@baconpaul baconpaul deleted the macos-timer branch September 11, 2023 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants