Windows: fix crash caused by previous Streebog fix.

This commit is contained in:
Mounir IDRASSI
2016-08-21 13:44:00 +02:00
parent c70f370bac
commit 22e4a8a252
+1 -1
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;
} }
} }