Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2019-05-15 11:26:47 +03:00 committed by Tatiana Yan
parent a575fe2400
commit 7cb058a8cc

View file

@ -213,6 +213,8 @@ bool BicycleDirectionsEngine::Generate(IndexRoadGraph const & graph, vector<Junc
void BicycleDirectionsEngine::Clear()
{
m_adjacentEdges.clear();
m_pathSegments.clear();
m_loader.reset();
}