1
0
Fork 0

Fixed memory leak with AStar class

This commit is contained in:
Robert Hernandez 2017-10-22 18:37:02 -04:00
parent bf4ba3d8c0
commit 794407e7b6
1 changed files with 1 additions and 0 deletions

View File

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