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
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC

View File

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