[svn] gpgme - r1255 - trunk/gpgme
svn author marcus
cvs at cvs.gnupg.org
Fri Sep 14 00:42:27 CEST 2007
Author: marcus
Date: 2007-09-14 00:41:54 +0200 (Fri, 14 Sep 2007)
New Revision: 1255
Modified:
trunk/gpgme/ChangeLog
trunk/gpgme/gpgme.c
Log:
2007-09-14 Marcus Brinkmann <marcus at g10code.de>
* gpgme.c (gpgme_release): Call gpgme_sig_notation_clear.
Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog 2007-09-13 22:40:22 UTC (rev 1254)
+++ trunk/gpgme/ChangeLog 2007-09-13 22:41:54 UTC (rev 1255)
@@ -1,3 +1,7 @@
+2007-09-14 Marcus Brinkmann <marcus at g10code.de>
+
+ * gpgme.c (gpgme_release): Call gpgme_sig_notation_clear.
+
2007-09-13 Marcus Brinkmann <marcus at g10code.de>
* rungpg.c (gpg_new): Handle return value of _gpgme_getenv (fixes
Modified: trunk/gpgme/gpgme.c
===================================================================
--- trunk/gpgme/gpgme.c 2007-09-13 22:40:22 UTC (rev 1254)
+++ trunk/gpgme/gpgme.c 2007-09-13 22:41:54 UTC (rev 1255)
@@ -131,6 +131,7 @@
_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)
More information about the Gnupg-commits
mailing list