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(core): iOS app memory leak after using 'showModal' passing any Page as parameter #9939

Conversation

dgmachado
Copy link
Contributor

@dgmachado dgmachado commented Jun 17, 2022

PR Checklist

What is the current behavior?

The iOS app is leaking always after using the 'showModal' navigation to present any Page. According to the debugging, the entire page presented is leaking.

What is the new behavior?

The page presented by the 'showModal' navigation is being disposed of memory.

@cla-bot cla-bot bot added the cla: yes label Jun 17, 2022
@NathanWalker NathanWalker merged commit 0631f49 into NativeScript:alpha Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants