Fixed crash in RemoveRoute.

This commit is contained in:
Daria Volvenkova 2018-03-06 14:39:55 +03:00 committed by Roman Kuznetsov
parent 2dfb7be1f6
commit f2f7c21fa7

View file

@ -407,15 +407,14 @@ void RoutingManager::SetRouterImpl(RouterType type)
void RoutingManager::RemoveRoute(bool deactivateFollowing)
{
GetPlatform().RunTask(Platform::Thread::Gui, [this]()
GetPlatform().RunTask(Platform::Thread::Gui, [this, deactivateFollowing]()
{
m_bmManager->GetEditSession().ClearGroup(UserMark::Type::TRANSIT);
if (deactivateFollowing)
SetPointsFollowingMode(false /* enabled */);
});
if (deactivateFollowing)
SetPointsFollowingMode(false /* enabled */);
if (deactivateFollowing)
{
// Remove all subroutes.