Did I find a memory link here? Or do I need more sleep? :)

This commit is contained in:
Jake Marsh 2011-06-04 08:35:48 -07:00
parent 2e32312d17
commit 99b8825899

View file

@ -123,6 +123,12 @@ static inline CGSize kAFImageRequestRoundedCornerRadii(CGSize imageSize) {
}
}
- (void) dealloc {
[_callback release];
[super dealloc];
}
@end
#pragma mark - AFHTTPOperationCallback