diff options
Diffstat (limited to 'tests/hashtest.c')
-rw-r--r-- | tests/hashtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hashtest.c b/tests/hashtest.c index 9389e50c..379f7c40 100644 --- a/tests/hashtest.c +++ b/tests/hashtest.c @@ -452,6 +452,7 @@ run_longtest (int algo, int gigs) { fail ("gcry_md_open failed for %s (%d): %s", gcry_md_algo_name (algo), algo, gpg_strerror (err)); + free(hugepattern); return; } |