Fixed memory leak with AStar class
This commit is contained in:
parent
bf4ba3d8c0
commit
794407e7b6
1 changed files with 1 additions and 0 deletions
|
@ -443,4 +443,5 @@ AStar::AStar() {
|
||||||
AStar::~AStar() {
|
AStar::~AStar() {
|
||||||
|
|
||||||
pass = 1;
|
pass = 1;
|
||||||
|
clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue