Skip to content

Memory Leak in sample project #5

Description

@naloikoevgeni

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions