diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Common/Random.c | 2 |
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; } } |