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 memory leak on iOS #1292

Merged
merged 6 commits into from
Apr 19, 2024
Merged

Fix memory leak on iOS #1292

merged 6 commits into from
Apr 19, 2024

Conversation

elijah-semyonov
Copy link

Proposed Changes

Remove views from superviews to break some retain cycle.

Testing

Test: TODO

Issues Fixed

Fixes: JetBrains/compose-multiplatform#4626

@elijah-semyonov elijah-semyonov self-assigned this Apr 19, 2024
@elijah-semyonov elijah-semyonov added the help wanted Extra attention is needed label Apr 19, 2024
@elijah-semyonov elijah-semyonov marked this pull request as ready for review April 19, 2024 12:01
@elijah-semyonov
Copy link
Author

We need to setup a testing framework for memory leaks like that.

@elijah-semyonov elijah-semyonov merged commit 9eb3960 into jb-main Apr 19, 2024
6 checks passed
@elijah-semyonov elijah-semyonov deleted the es/memory-leak-fix branch April 19, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory usage increases exponentially with each opening of ModalBottomSheet on iOS
2 participants