VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DcsCfg/DcsCfgCrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/DcsCfg/DcsCfgCrypt.c b/DcsCfg/DcsCfgCrypt.c
index dc87534..ef6236e 100644
--- a/DcsCfg/DcsCfgCrypt.c
+++ b/DcsCfg/DcsCfgCrypt.c
@@ -663,6 +663,7 @@ RangeCrypt(
error:
OUT_PRINT(L"\n");
+ MEM_BURN(buf, CRYPT_BUF_SECTORS << 9);
MEM_FREE(buf);
return res;
}