Releasing the connection in dealloc
This commit is contained in:
parent
229cb926ed
commit
a3bd0cc93e
1 changed files with 2 additions and 0 deletions
|
|
@ -192,6 +192,8 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat
|
|||
[_authenticationChallenge release];
|
||||
[_authenticationAgainstProtectionSpace release];
|
||||
|
||||
[_connection release];
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue