forked from organicmaps/organicmaps
Merge pull request #1112 from gardster/routing_consistency_test
Consistency test too many open files fix.
This commit is contained in:
commit
a6f4f7bbae
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ public:
|
|||
|
||||
bool BuildRoute(UserRoutingRecord const & record)
|
||||
{
|
||||
m_components.GetRouter()->ClearState();
|
||||
auto const result = integration::CalculateRoute(m_components, record.start, m2::PointD::Zero(), record.stop);
|
||||
if (result.second != IRouter::NoError)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue