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

Revert "[ios] fix memory leak in RadioButton #22800

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Revert "[ios] fix memory leak in RadioButton #22800

merged 1 commit into from
Jun 3, 2024

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented Jun 3, 2024

Description of Change

Now that we are setting the parent to weak #22561 we can rely on that for breaking the cycle.

I realize this somewhat brings back the issue with having a shared resource, but, that's not a new problem whereas the regression caused is a new problem.

Ideally we'll have the concept of shared in net9

Issues Fixed

Fixes #21747

@PureWeen PureWeen requested a review from a team as a code owner June 3, 2024 15:42
@PureWeen PureWeen requested review from Eilon and mattleibow June 3, 2024 15:42
@PureWeen PureWeen enabled auto-merge (squash) June 3, 2024 18:41
@PureWeen PureWeen merged commit 4a1c76c into main Jun 3, 2024
49 checks passed
@PureWeen PureWeen deleted the revert_21151 branch June 3, 2024 19:34
@github-actions github-actions bot locked and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TemplateBinding with CornerRadius on Border does not work anymore
3 participants