diff options
Diffstat (limited to 'tests/t-keylist.c')
-rw-r--r-- | tests/t-keylist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/t-keylist.c b/tests/t-keylist.c index d17c8da3..978174f3 100644 --- a/tests/t-keylist.c +++ b/tests/t-keylist.c @@ -69,6 +69,7 @@ doit ( GpgmeCtx ctx, const char *pattern ) printf ("<!-- comment.%d=%s -->\n", i, s ); } printf ("<!-- End key object (%p) -->\n", key ); + gpgme_key_release (key); } if ( err != GPGME_EOF ) fail_if_err (err); |