Skip to content

Commit 99b8825

Browse files
committed
Did I find a memory link here? Or do I need more sleep? :)
1 parent 2e32312 commit 99b8825

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AFNetworking/AFImageRequestOperation.m

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ - (void)finishWithError:(NSError *)error {
123123
}
124124
}
125125

126+
- (void) dealloc {
127+
[_callback release];
128+
129+
[super dealloc];
130+
}
131+
126132
@end
127133

128134
#pragma mark - AFHTTPOperationCallback

0 commit comments

Comments
 (0)