diff options
author | Werner Koch <[email protected]> | 2001-01-11 11:56:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-01-11 11:56:34 +0000 |
commit | 96f67a5fdc92571b42febd8db833b5379dedb29d (patch) | |
tree | 1c898cb08a435b7a8b6eafe163e63199322cda8d /tests/t-keylist.c | |
parent | More changes and and some new functions (diff) | |
download | gpgme-0-1-4.tar.gz gpgme-0-1-4.zip |
Release 0.1.4gpgme-0-1-4
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); |