Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ben Copsey
2009-10-04 15:09:33 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d910b2ecf66364fd266982fcf27a560a32b6e89
4d910b2e
1 parent
8bdb6cf1
Fix status message leaking
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Classes/ASIHTTPRequest.m
Classes/ASIHTTPRequest.m
View file @
4d910b2
...
...
@@ -234,6 +234,7 @@ static NSRecursiveLock *delegateAuthenticationLock = nil;
[
postBodyWriteStream
release
];
[
postBodyReadStream
release
];
[
PACurl
release
];
[
responseStatusMessage
release
];
[
super
dealloc
];
}
...
...
Please
register
or
login
to post a comment