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 in sample project #5

Open
naloikoevgeni opened this issue Jul 21, 2020 · 0 comments
Open

Memory Leak in sample project #5

naloikoevgeni opened this issue Jul 21, 2020 · 0 comments

Comments

@naloikoevgeni
Copy link

naloikoevgeni commented Jul 21, 2020

Just click "Map"->Back -> "Hand Picked" -> Back multiple times. The Memory consumption grows until the app would crash.
The memory leak disappears - when we comment out the line:
vc.pullUpControl = self.pullUpControl

Or each time viewController should be dismissed - we need to manually nulify:
self.pullUpControl.pullUpVC = nil
Otherwise there is a circular reference - which doesn't let the app to cleanup its memory.

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

1 participant