Skip to content

Commit bb3a9fb

Browse files
committed
Add and additional fix
1 parent 5023b23 commit bb3a9fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmark/bench_modules/wh_bench_mod_mldsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2597,7 +2597,7 @@ static int _benchMlDsaSign(whClientContext* client, whBenchOpContext* ctx,
25972597
}
25982598

25992599
if (sig != NULL) {
2600-
free(sig);
2600+
XFREE(sig, NULL, DYNAMIC_TYPE_SIGNATURE);
26012601
}
26022602

26032603
/* Evict key from HSM */

0 commit comments

Comments
 (0)