X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.cpp;h=375c00a67308fbc934e7cad2fe569f5a780468f3;hp=b730dbeb63bafd6adc78424f8aba0ceb3983a22d;hb=9ca4359f3691305fc5e3306c3084c83557ce09c0;hpb=f00c976bb22bc4dbcb2dbb0801f93fc8b6553a90;ds=sidebyside diff --git a/src/tt.cpp b/src/tt.cpp index b730dbeb..375c00a6 100644 --- a/src/tt.cpp +++ b/src/tt.cpp @@ -72,6 +72,7 @@ void TranspositionTable::set_size(size_t mbSize) { << " MB for transposition table." << std::endl; Application::exit_with_failure(); } + clear(); } }