Merge pull request #12332 from robertdhernandez/AStar-Memory-Leak-Fix

Fixed memory leak with AStar class
This commit is contained in:
Rémi Verschelde 2017-10-23 07:39:32 +02:00 committed by GitHub
commit 489d1b7eb3
1 changed files with 1 additions and 0 deletions

View File

@ -443,4 +443,5 @@ AStar::AStar() {
AStar::~AStar() {
pass = 1;
clear();
}