We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
retain
CALayer::new
+[CALayer layer] returns an autoreleased instance, but CALayer::new fails to retain said instance.
+[CALayer layer]
This leads to a double-free in CALayer's Drop implementation.
CALayer
Drop
The text was updated successfully, but these errors were encountered:
winit_test
tests/present_and_fetch
Fixed in #546
Sorry, something went wrong.
No branches or pull requests
+[CALayer layer]
returns an autoreleased instance, butCALayer::new
fails to retain said instance.This leads to a double-free in
CALayer
'sDrop
implementation.The text was updated successfully, but these errors were encountered: