diff options
author | Marcus Brinkmann <[email protected]> | 2007-09-13 22:41:54 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-09-13 22:41:54 +0000 |
commit | 7ea5674f482ad0d4f1e30979ffa9220b5a280cab (patch) | |
tree | b468d3c43d555f76caa0355901853cd5a69a021f | |
parent | 2007-09-14 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-7ea5674f482ad0d4f1e30979ffa9220b5a280cab.tar.gz gpgme-7ea5674f482ad0d4f1e30979ffa9220b5a280cab.zip |
2007-09-14 Marcus Brinkmann <[email protected]>
* gpgme.c (gpgme_release): Call gpgme_sig_notation_clear.
-rw-r--r-- | gpgme/ChangeLog | 4 | ||||
-rw-r--r-- | gpgme/gpgme.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index a4969766..d115dc61 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,7 @@ +2007-09-14 Marcus Brinkmann <[email protected]> + + * gpgme.c (gpgme_release): Call gpgme_sig_notation_clear. + 2007-09-13 Marcus Brinkmann <[email protected]> * rungpg.c (gpg_new): Handle return value of _gpgme_getenv (fixes diff --git a/gpgme/gpgme.c b/gpgme/gpgme.c index 3ae4c1a8..58439530 100644 --- a/gpgme/gpgme.c +++ b/gpgme/gpgme.c @@ -131,6 +131,7 @@ gpgme_release (gpgme_ctx_t ctx) _gpgme_fd_table_deinit (&ctx->fdt); _gpgme_release_result (ctx); gpgme_signers_clear (ctx); + gpgme_sig_notation_clear (ctx); if (ctx->signers) free (ctx->signers); if (ctx->lc_ctype) |