summaryrefslogtreecommitdiffstats
path: root/utils/benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/benchmark.c')
-rw-r--r--utils/benchmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/benchmark.c b/utils/benchmark.c
index fb1af80..a3fc5f1 100644
--- a/utils/benchmark.c
+++ b/utils/benchmark.c
@@ -69,7 +69,7 @@ void benchmark_hashing(int rounds) {
pwdhash = sha512_crypt_r("benchmarkpassword", pwdsalt, ROUNDS_MAX, buffer, 1024);
- free_nullsafe(buffer);
+ free_nullsafe(NULL, buffer);
}