Releasing the connection in dealloc

This commit is contained in:
Kevin Harwood 2012-03-01 08:32:56 -06:00
parent 229cb926ed
commit a3bd0cc93e

View file

@ -192,6 +192,8 @@ static inline BOOL AFStateTransitionIsValid(AFOperationState fromState, AFOperat
[_authenticationChallenge release];
[_authenticationAgainstProtectionSpace release];
[_connection release];
[super dealloc];
}