Did I find a memory link here? Or do I need more sleep? :)
This commit is contained in:
parent
2e32312d17
commit
99b8825899
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
|
@end
|
||||||
|
|
||||||
#pragma mark - AFHTTPOperationCallback
|
#pragma mark - AFHTTPOperationCallback
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue