diff options
| -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) | 
