Merge pull request #12332 from robertdhernandez/AStar-Memory-Leak-Fix
Fixed memory leak with AStar class
This commit is contained in:
commit
489d1b7eb3
|
@ -443,4 +443,5 @@ AStar::AStar() {
|
|||
AStar::~AStar() {
|
||||
|
||||
pass = 1;
|
||||
clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue