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

Timob 6229 Dashboard memory leak cleanup #810

Merged
merged 4 commits into from Dec 3, 2011

Conversation

WhichKatieDid
Copy link
Contributor

Test is in JIRA.

@@ -42,7 +42,7 @@
UIButton *badge;
}

@property(nonatomic,readwrite,retain) LauncherItem *item;
@property(nonatomic,readwrite,assign) LauncherItem *item;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not actually change the assignment semantics of -[LauncherButton setItem:], the code still performs retain/release. Should still reflect the memory management of the setter.

@sptramer
Copy link
Contributor

sptramer commented Dec 2, 2011

Code reviewed. Semantics for prop declarators need to be modified. REJECTED.

@sptramer
Copy link
Contributor

sptramer commented Dec 2, 2011

Functional tested, iPod 3GT iOS 5.0.1. ACCEPTED pending code review changes (which will not change functional).

@sptramer
Copy link
Contributor

sptramer commented Dec 3, 2011

Code reviewed. ACCEPTED.

@sptramer
Copy link
Contributor

sptramer commented Dec 3, 2011

Functional test, iPod 3GT iOS 5.0.1. APPROVED and ACCEPTED.

sptramer pushed a commit that referenced this pull request Dec 3, 2011
Timob 6229 Dashboard memory leak cleanup
@sptramer sptramer merged commit b6a58b4 into tidev:master Dec 3, 2011
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.

None yet

3 participants