Skip to content

Memory leak when add NMAClusterLayer to map #166

@enengee

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.

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