2007-09-14 Marcus Brinkmann <marcus@g10code.de>
* gpgme.c (gpgme_release): Call gpgme_sig_notation_clear.
This commit is contained in:
parent
5f726f4af7
commit
7ea5674f48
@ -1,3 +1,7 @@
|
||||
2007-09-14 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgme.c (gpgme_release): Call gpgme_sig_notation_clear.
|
||||
|
||||
2007-09-13 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* rungpg.c (gpg_new): Handle return value of _gpgme_getenv (fixes
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user