Did I find a memory link here? Or do I need more sleep? :)
This commit is contained in:
parent
2e32312d17
commit
99b8825899
@ -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