mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: fix crash caused by previous Streebog fix.
This commit is contained in:
@@ -203,7 +203,7 @@ freePool:
|
||||
if (pRandPool != NULL)
|
||||
{
|
||||
burn (pRandPool, RANDOMPOOL_ALLOCSIZE);
|
||||
TCfree (pRandPool);
|
||||
_aligned_free (pRandPool);
|
||||
pRandPool = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user