summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-09-10 16:31:31 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2021-09-10 16:31:31 +0900
commita8ff40d0533dcb0e7b9455ef7fc43a0a985f9e2c (patch)
treeaba62bed3152b286b80eeb1e9f7275214e96798f
parentb7b0b518982280e34eaf86725daf9dd976aac0b5 (diff)
downloadlibgcrypt-a8ff40d0533dcb0e7b9455ef7fc43a0a985f9e2c.tar.gz
experiment: Fix the previous commit.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--tests/t-dsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/t-dsa.c b/tests/t-dsa.c
index 4654c89c..604a276f 100644
--- a/tests/t-dsa.c
+++ b/tests/t-dsa.c
@@ -348,6 +348,7 @@ one_test (const char *sha_alg, const char *p, const char *q, const char *g,
xfree (buffer4);
xfree (buffer5);
xfree (out[0]);
+ xfree (out[1]);
xfree (sig_r_string);
xfree (sig_s_string);
gcry_pkey_close (h0);