diff --git a/iphone/Maps/Core/Routing/MWMRouter.mm b/iphone/Maps/Core/Routing/MWMRouter.mm index 4935478a7f..e5d1b7900d 100644 --- a/iphone/Maps/Core/Routing/MWMRouter.mm +++ b/iphone/Maps/Core/Routing/MWMRouter.mm @@ -491,6 +491,8 @@ void logPointEvent(MWMRoutePoint * point, NSString * eventType) { [self clearAltitudeImagesData]; GetFramework().GetRoutingManager().CloseRouting(removeRoutePoints); + if (removeRoutePoints) + GetFramework().GetRoutingManager().DeleteSavedRoutePoints(); [MWMThemeManager setAutoUpdates:NO]; [[MapsAppDelegate theApp] showAlertIfRequired]; }