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
On iOS 8, accessControl is created, added to the query, and then it's never released. The query dictionary takes it's retain, but the method does not give up its retain.
Xcode 7, beta 5 analyzer will show the issue as well.
The text was updated successfully, but these errors were encountered:
On iOS 8, accessControl is created, added to the query, and then it's never released. The query dictionary takes it's retain, but the method does not give up its retain.
Xcode 7, beta 5 analyzer will show the issue as well.
The text was updated successfully, but these errors were encountered: