-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(core): iOS app memory leak after using the 'presentViewController… #9934
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 the 'presentViewController… #9934
Conversation
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Douglas Machado.
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Douglas Machado.
|
…' navigation (refactoring)
…m/dgmachado/NativeScript into fix/memory-leak-when-using-modals
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Douglas Machado.
|
…m/dgmachado/NativeScript into fix/memory-leak-when-using-modals
…m/dgmachado/NativeScript into fix/memory-leak-when-using-modals
…' navigation
PR Checklist
What is the current behavior?
The iOS app is leaking always after using the 'presentViewController' navigation for Frame. According to the debugging, the entire frame presented is leaking.
What is the new behavior?
The frame presented by the 'presentViewController' navigation is being disposed of memory.