here-ios-sdk-examples
here-ios-sdk-examples copied to clipboard
Memory leak when add NMAClusterLayer to map
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
.
Hi @nhannguyen95. Could you please try to reproduce it on the latest HERE SDK version(3.15.2)? Note, you will need to update to the latest version in case fix is done.