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:

The problem seems to lie at the retain line 14 since I couldn't find its corresponding release.
Version: Here Map iOS Premium SDK 3.10.
Code that causes the memory leak:
Debug with Instrument > Leaks:

The problem seems to lie at the
retainline 14 since I couldn't find its correspondingrelease.