mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
[Bug]: Memory leaks while quickly switching between overview and following camera modes.
Mapbox Navigation SDK version
v2.0.0
Steps to reproduce
- Start memory leaks profiler.
- Start active guidance navigation on iOS Simulator.
- Repeatedly switch between overview and following camera modes.
- Observe memory leaks related to
OS_dispatch_groupin profiler.
Expected behavior
Memory leaks should not occur.
Actual behavior
Memory leaks occur. For example:
Is this a one-time issue or a repeatable issue?
repeatable