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
This appears to leak memory, but it is a idiom that is used in
quite many places.
To observe the leak, try running
cargo test --no-run && leaks -atExit -- ./target/debug/objc-c36d5ae3a7514045
To see it disappear, comment out the line that does
`msg_send![obj, isEqual:obj];` in the test.
0 commit comments