Skip to content

Commit

Permalink
Releasing the connection in dealloc
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Mar 1, 2012
1 parent 229cb92 commit a3bd0cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AFNetworking/AFURLConnectionOperation.m
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ - (void)dealloc {
[_authenticationChallenge release];
[_authenticationAgainstProtectionSpace release];

[_connection release];

[super dealloc];
}

Expand Down

0 comments on commit a3bd0cc

Please sign in to comment.