Merge pull request #1 from jakemarsh/patch-1
Adding missing dealloc method in AFImageRequestOperation
This commit is contained in:
commit
ba98a2aff4
1 changed files with 6 additions and 0 deletions
|
|
@ -123,6 +123,12 @@ static inline CGSize kAFImageRequestRoundedCornerRadii(CGSize imageSize) {
|
|||
}
|
||||
}
|
||||
|
||||
- (void) dealloc {
|
||||
[_callback release];
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#pragma mark - AFHTTPOperationCallback
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue