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

memory leak #43

Open
lieyunye opened this issue Jun 29, 2016 · 1 comment
Open

memory leak #43

lieyunye opened this issue Jun 29, 2016 · 1 comment

Comments

@lieyunye
Copy link

NSAttributedString *attributedText =[[NSAttributedString alloc] initWithString:text attributes:@{ NSFontAttributeName: font}];
CGRect rect = [attributedText boundingRectWithSize:CGSizeMake(CGRectGetWidth([UIScreen mainScreen].bounds), 60)
options:NSStringDrawingUsesLineFragmentOrigin
context:nil];

attributedText should release!!!

@OrangeDog
Copy link
Contributor

Are you not supposed to be using ARC?

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