Adding missing release for _acceptableContentTypes in AFHTTPRequestOperation -dealloc
This commit is contained in:
parent
ce9872965c
commit
3e27e189ee
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
- (void)dealloc {
|
- (void)dealloc {
|
||||||
[_acceptableStatusCodes release];
|
[_acceptableStatusCodes release];
|
||||||
|
[_acceptableContentTypes release];
|
||||||
[_HTTPError release];
|
[_HTTPError release];
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue