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-08-04 12:15:38 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e87ea78dfd7141cc541fd96c9b07ff1f65d7bf41
e87ea78d
1 parent
0d055919
Fix leak when using a custom PAC script
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Classes/ASIHTTPRequest.m
Classes/ASIHTTPRequest.m
View file @
e87ea78
...
...
@@ -183,6 +183,7 @@ static NSError *ASITooMuchRedirectionError;
[
compressedPostBodyFilePath
release
];
[
postBodyWriteStream
release
];
[
postBodyReadStream
release
];
[
PACurl
release
];
[
super
dealloc
];
}
...
...
Please
register
or
login
to post a comment