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

AUGraph cleanup on EZOutput dealloc causes crash #176

Closed
gotuckgo opened this issue Jul 1, 2015 · 2 comments
Closed

AUGraph cleanup on EZOutput dealloc causes crash #176

gotuckgo opened this issue Jul 1, 2015 · 2 comments

Comments

@gotuckgo
Copy link

gotuckgo commented Jul 1, 2015

The augraph clean up on EZOutput dealloc is: stop, close, uninitialize. The uninitialize call fails on iPad with OX8 with error -2147450879. Should the order be: stop, uninit, close? I tried this and it fixed the error for me, but I couldn't find anything definitive on the right sequence for teardown.

@syedhali
Copy link
Owner

syedhali commented Jul 1, 2015

Ah that makes sense. Could you submit a PR? If not, just let me know and I'll make the tweak in the next release.

@syedhali
Copy link
Owner

syedhali commented Jul 3, 2015

This has been resolved as of the 0.7.2 release. Needed to call DisposeAUGraph

@syedhali syedhali closed this as completed Jul 3, 2015
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

No branches or pull requests

2 participants