Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in routespl, when the code encounters a degenerate case when …
…trying to reclaim space and thus calls make_polyline. The old code freed the array of points returned, but this array is static in make_polyline and should never be freed.
- Loading branch information