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

fix(ios): potential memory leak with propertybag implementation #7298

Merged
merged 1 commit into from
Jun 3, 2019

Conversation

manoldonev
Copy link
Contributor

  • Addresses potential memory leak with propertybag implementation storing nils on deallocation indefinitely.
  • Restricts propertybag implementation to UIViews (not NSObjects)
  • Might address obscure RadListView crash on dealloc.

@manoldonev manoldonev self-assigned this Jun 3, 2019
@cla-bot cla-bot bot added the cla: yes label Jun 3, 2019
@manoldonev manoldonev added this to In progress in Modules Team Jun 3, 2019
Copy link
Contributor

@mbektchiev mbektchiev left a comment

Choose a reason for hiding this comment

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

👍

@manoldonev manoldonev merged commit 1c22a73 into release Jun 3, 2019
@manoldonev manoldonev deleted the mdonev/ios-propertybag-fix branch June 3, 2019 15:37
@manoldonev manoldonev moved this from In progress to Done in Modules Team Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Modules Team
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants