nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

Store delegates as weak if available #204

Closed sirnacnud closed 8 years ago

sirnacnud commented 8 years ago

Store delegates as weak to prevent against holding on to a pointer to a deallocated delegate.