You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: