Files
stockfish/src
Sami KiminkiandJoost VandeVondele beb327f910 Fix a Windows-only crash on exit without 'quit'
There was a bug in commit d4763424d2
(Add support for Windows large pages) that could result in trying to
free memory allocated with VirtualAlloc incorrectly with free().

Fix this by reverting the TT.resize(0) logic in the previous commit,
and instead, just call aligned_ttmem_free() in
TranspositionTable::~TranspositionTable().

fixes https://github.com/official-stockfish/Stockfish/issues/2677

closes https://github.com/official-stockfish/Stockfish/pull/2679

No functional change
2020-05-14 20:35:40 +02:00
..
2020-03-09 22:16:26 +01:00
2020-02-05 15:32:29 +01:00
2020-04-12 20:30:08 +02:00
2020-04-12 20:30:08 +02:00
2020-04-05 08:35:31 +02:00
2020-04-05 08:35:31 +02:00
2020-03-01 09:31:58 +01:00
2020-05-09 09:39:52 +02:00
2020-03-30 22:46:07 +02:00
2020-04-12 20:30:08 +02:00
2020-04-12 20:34:50 +02:00
2020-02-22 21:32:32 +01:00
2020-04-29 17:44:24 +02:00
2020-04-29 17:44:24 +02:00
2020-04-29 17:44:24 +02:00
2020-04-29 17:44:24 +02:00
2020-04-12 20:30:08 +02:00
2020-04-29 17:44:24 +02:00
2020-04-22 08:48:01 +02:00
2020-04-12 20:30:08 +02:00
2020-04-12 20:30:08 +02:00
2020-05-02 17:32:11 +02:00
2020-05-02 17:32:11 +02:00
2020-05-11 20:46:39 +02:00
2020-03-30 22:46:07 +02:00
2020-01-09 01:43:47 +01:00