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

cfstring leak #38

Open
progrmr opened this issue Aug 2, 2012 · 2 comments
Open

cfstring leak #38

progrmr opened this issue Aug 2, 2012 · 2 comments

Comments

@progrmr
Copy link

progrmr commented Aug 2, 2012

XCode 4.5 analyzer reports a leak of cfstring in _generateFreshOpenUDID. The string allocated by this line is never released:

    CFStringRef cfstring = CFUUIDCreateString(kCFAllocatorDefault, uuid);

I suggest adding "CFRelease(cfstring);" after the CFRelease(uuid).

@gorkem-cetin
Copy link

@ylechelle Is there an update with this issue? It's there for more than 5 months already.

@adamdahan
Copy link

@gorkem-cetin seriously!!!

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

No branches or pull requests

3 participants