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

Another iOS memory leak #113

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

AdamEssenmacher
Copy link
Contributor

@AdamEssenmacher AdamEssenmacher commented Jan 20, 2024

PR #112 fixed an iOS memory leak that would manifest itself if even an empty CollectionView was added to a view. Unfortunately, this wasn't the only leak on the iOS side.

This PR also addresses #56 . Once items are added to a CollectionView, a separate leak occurs. This leak can be avoided by rearranging the order in which platform objects are disposed in CleanUp().

@roubachof I think there might be one or two more leaks on the iOS side. If so, expect another PR or two in the next few days.

@roubachof
Copy link
Owner

NP will wait some days for next release. Keep them coming 😀

@AdamEssenmacher
Copy link
Contributor Author

@roubachof you're good to pull it in. I think we're good.

@roubachof roubachof merged commit 60ee8aa into roubachof:main Jan 26, 2024
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.

2 participants