]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Cleanup history stats
[stockfish] / src / thread.cpp
index 88b4592143950c8ca2077b080d1bf1248c044396..dd8c398cecf2932abcfc73ef57d97e9160eb026a 100644 (file)
@@ -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
 }