From 22e4a8a25282f519d1bf082d4066023c3f005c75 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 21 Aug 2016 12:24:40 +0200 Subject: Windows: fix crash caused by previous Streebog fix. --- src/Common/Random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/Random.c') diff --git a/src/Common/Random.c b/src/Common/Random.c index 9e2d3b3b..ba1691d4 100644 --- a/src/Common/Random.c +++ b/src/Common/Random.c @@ -203,7 +203,7 @@ freePool: if (pRandPool != NULL) { burn (pRandPool, RANDOMPOOL_ALLOCSIZE); - TCfree (pRandPool); + _aligned_free (pRandPool); pRandPool = NULL; } } -- cgit v1.2.3