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
Users should not do this:
class C {
func getRetained() {
let unmanaged = Unmanaged.passUnretained(self)
//... maybe some condition
unmanaged.retain()
}
}
But that should be obvious, and apparently this comment doesn't help.
0 commit comments