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

Memory leak problem #15

Closed
baronha opened this issue Feb 22, 2024 · 1 comment
Closed

Memory leak problem #15

baronha opened this issue Feb 22, 2024 · 1 comment

Comments

@baronha
Copy link

baronha commented Feb 22, 2024

Calling pop() in my case did not release the model class. I put deinit inside my class but it still hasn't been released, causing the RAM to increase.
I had a similar situation when using PopupView.

But my model class works fine with SwiftUI's complex Navigation API (.navigationDestination…)

@FulcrumOne FulcrumOne changed the title deinit on pop() Memory leak problem May 17, 2024
@FulcrumOne FulcrumOne mentioned this issue May 21, 2024
FulcrumOne added a commit that referenced this issue May 21, 2024
fix:
- Fixed a problem with memory leaks (#15)
@FulcrumOne
Copy link
Contributor

@baronha, it's fixed

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

No branches or pull requests

2 participants