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

crash in ios9.0、9.1、9.2 #65

Open
littleblacik1212 opened this issue Mar 14, 2016 · 1 comment
Open

crash in ios9.0、9.1、9.2 #65

littleblacik1212 opened this issue Mar 14, 2016 · 1 comment

Comments

@littleblacik1212
Copy link

【OpenUDID valueWithError:】 (in newPatient) (OpenUDID.m:267)

e4991c33-adbf-4b93-91f9-ed6764582109

@FunnyerFeng
Copy link

OpenUDID 库中valueWithError 函数中
appUID = (NSString *) CFUUIDCreateString(NULL, uuid);存在内存泄露
需要
CFStringRef stringRef = CFUUIDCreateString(NULL,uuid);
CFRelease(stringRef);
或者添加__bridge_transfer

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

2 participants