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
Is unsafe because self.failed may cause the task to be deallocated. This entire statement should be wrapped in a retain/release pair, as with the other tasks.
The text was updated successfully, but these errors were encountered:
This method:
Is unsafe because
self.failed
may cause the task to be deallocated. This entire statement should be wrapped in a retain/release pair, as with the other tasks.The text was updated successfully, but these errors were encountered: