fix regression that seg faults if path not found
This commit is contained in:
parent
d6962f3a09
commit
b7704f0c7f
@ -172,6 +172,11 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (INVALID_EDGE_WEIGHT == upper_bound_to_shortest_path_distance)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
sort_unique_resize( via_node_candidate_list );
|
sort_unique_resize( via_node_candidate_list );
|
||||||
|
|
||||||
std::vector<NodeID> packed_forward_path;
|
std::vector<NodeID> packed_forward_path;
|
||||||
|
Loading…
Reference in New Issue
Block a user