X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=dd8c398cecf2932abcfc73ef57d97e9160eb026a;hp=88b4592143950c8ca2077b080d1bf1248c044396;hb=307a5a4f63169fd215860dc478dcf2a9db2c46e8;hpb=55758344d3ccf49353bcd8f3a06a4553ff1b753a diff --git a/src/thread.cpp b/src/thread.cpp index 88b45921..dd8c398c 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -91,6 +91,8 @@ Thread::Thread() /* : splitPoints() */ { // Initialization of non POD broken in searching = false; maxPly = 0; + history.clear(); + counterMoves.clear(); idx = Threads.size(); // Starts from 0 }