Skip to content

Commit

Permalink
release _urlRequest in dealloc because it is retained in initWithRequ…
Browse files Browse the repository at this point in the history
…est:
  • Loading branch information
adamvduke authored and probablycorey committed Jan 24, 2011
1 parent 849ec68 commit 130db3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SeriouslyOperation.m
Expand Up @@ -35,6 +35,7 @@ - (void)dealloc {
[_response release];
[_data release];
[_error release];
[_urlRequest release];

[super dealloc];
}
Expand Down

0 comments on commit 130db3b

Please sign in to comment.