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 cfc42d8 commit f773382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/movepick.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class MovePicker {
int);

#ifdef USE_HEAP_INSTEAD_OF_STACK_FOR_MOVE_LIST
~MoveList()
~MovePicker()
{
free(this->moves);
}
Expand Down

0 comments on commit f773382

Please sign in to comment.