Adding missing release for _acceptableContentTypes in AFHTTPRequestOperation -dealloc
This commit is contained in:
parent
ce9872965c
commit
3e27e189ee
@ -44,6 +44,7 @@
|
||||
|
||||
- (void)dealloc {
|
||||
[_acceptableStatusCodes release];
|
||||
[_acceptableContentTypes release];
|
||||
[_HTTPError release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user