Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible memory leak #284

Closed
wants to merge 1 commit into from
Closed

Possible memory leak #284

wants to merge 1 commit into from

Conversation

pypt
Copy link

@pypt pypt commented Nov 8, 2011

Reported by static analyzer. Shouldn't break things as much as I've tried.

@ekscrypto
Copy link

I would like to second this fix; the sslProperties object created if a clientCertificateIdentity is present in the startRequest method creates an autoreleased NSDictionary object, whereas the one created if no valid SSL Certificate is present is not autoreleased.

I tested this exact same change here on my side and it worked flawlessly.

@jogu
Copy link
Collaborator

jogu commented Jan 13, 2012

Thanks for suggesting this fix - several different fixes for this had built up in the pull queue, so I've applied one and am closing the rest.

@jogu jogu closed this Jan 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants