Skip to content

Commit

Permalink
Update movepick.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dpldgr committed Nov 10, 2024
1 parent b9198b7 commit b644250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/movepick.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,14 @@ class MovePicker {
const Move*,
int);

/*
#ifdef USE_HEAP_INSTEAD_OF_STACK_FOR_MOVE_LIST
~MovePicker()
{
free(this->moves);
}
#endif
*/

Move next_move(bool skipQuiets = false);

Expand Down

0 comments on commit b644250

Please sign in to comment.