VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Random.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}