Skip to content

Memory leak when add NMAClusterLayer to map #166

Description

@enengee

Version: Here Map iOS Premium SDK 3.10.

Code that causes the memory leak:

[self addClusterLayer:[[NMAClusterLayer alloc] init]];  // self is instance of NMAMapView

Debug with Instrument > Leaks:
Screen Shot 2020-06-15 at 16 01 16

The problem seems to lie at the retain line 14 since I couldn't find its corresponding release.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions