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:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user