Adding missing release for _acceptableContentTypes in AFHTTPRequestOperation -dealloc

This commit is contained in:
Mattt Thompson 2011-10-10 13:05:47 -05:00
parent ce9872965c
commit 3e27e189ee

View file

@ -44,6 +44,7 @@
- (void)dealloc {
[_acceptableStatusCodes release];
[_acceptableContentTypes release];
[_HTTPError release];
[super dealloc];
}