From 64322ec2b9d173e7576f783205035103b9db9a13 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 23 Sep 2008 10:52:09 +0000 Subject: [PATCH] 2008-09-23 Marcus Brinkmann * gpgme.c (gpgme_sig_notation_clear): Clear CTX->sig_notations. Submitted by "Daniel Mueller" --- trunk/THANKS | 1 + trunk/gpgme/ChangeLog | 5 +++++ trunk/gpgme/gpgme.c | 1 + 3 files changed, 7 insertions(+) diff --git a/trunk/THANKS b/trunk/THANKS index 4fda3d5..7d112b0 100644 --- a/trunk/THANKS +++ b/trunk/THANKS @@ -7,6 +7,7 @@ know. Adriaan de Groot adridg@cs.kun.nl Albrecht Dreß albrecht.dress@arcor.de Alfons Hoogervorst alfons@proteus.demon.nl +Daniel Mueller daniel@danm.de Enno Cramer uebergeek@web.de Frank Heckenbach frank@g-n-u.de Igor Belyi gpgme@katehok.ac93.org diff --git a/trunk/gpgme/ChangeLog b/trunk/gpgme/ChangeLog index c42f4ba..7448483 100644 --- a/trunk/gpgme/ChangeLog +++ b/trunk/gpgme/ChangeLog @@ -1,3 +1,8 @@ +2008-09-23 Marcus Brinkmann + + * gpgme.c (gpgme_sig_notation_clear): Clear CTX->sig_notations. + Submitted by "Daniel Mueller" + 2008-09-16 Marcus Brinkmann * rungpg.c (gpg_new): Don't use errno with ttyname_r. diff --git a/trunk/gpgme/gpgme.c b/trunk/gpgme/gpgme.c index 5aa879a..7fbe5c3 100644 --- a/trunk/gpgme/gpgme.c +++ b/trunk/gpgme/gpgme.c @@ -554,6 +554,7 @@ gpgme_sig_notation_clear (gpgme_ctx_t ctx) _gpgme_sig_notation_free (notation); notation = next_notation; } + ctx->sig_notations = NULL; } -- 2.26.2