]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Fix a Windows-only crash on exit without 'quit'
[stockfish] / src / main.cpp
index c7cf2c6f28fddb05581667ffc16a5dca5d35657e..6eeda66dff805e7672bc83eef5c342799398ed72 100644 (file)
@@ -49,7 +49,6 @@ int main(int argc, char* argv[]) {
 
   UCI::loop(argc, argv);
 
-  TT.resize(0);
   Threads.set(0);
   return 0;
 }