summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/t-sexp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/t-sexp.c b/tests/t-sexp.c
index 10517232..4785b17d 100644
--- a/tests/t-sexp.c
+++ b/tests/t-sexp.c
@@ -1045,6 +1045,8 @@ static char thing[] =
if (gcry_sexp_nth (n_val, 1))
fail ("extracting 1-th of car of 'n' list did not fail");
gcry_sexp_release (n_val);
+ gcry_sexp_release (n);
+ gcry_sexp_release (pubkey);
}