Merge pull request #1 from jakemarsh/patch-1
Adding missing dealloc method in AFImageRequestOperation
This commit is contained in:
commit
ba98a2aff4
@ -123,6 +123,12 @@ static inline CGSize kAFImageRequestRoundedCornerRadii(CGSize imageSize) {
|
||||
}
|
||||
}
|
||||
|
||||
- (void) dealloc {
|
||||
[_callback release];
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
#pragma mark - AFHTTPOperationCallback
|
||||
|
||||
Loading…
Reference in New Issue
Block a user