1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows: fix crash caused by previous Streebog fix.

This commit is contained in:
Mounir IDRASSI
2016-08-21 12:24:40 +02:00
parent c70f370bac
commit 22e4a8a252

View File

@@ -203,7 +203,7 @@ freePool:
if (pRandPool != NULL) if (pRandPool != NULL)
{ {
burn (pRandPool, RANDOMPOOL_ALLOCSIZE); burn (pRandPool, RANDOMPOOL_ALLOCSIZE);
TCfree (pRandPool); _aligned_free (pRandPool);
pRandPool = NULL; pRandPool = NULL;
} }
} }