From 4ae2ac986110b4ba26b52b7f6437c4454c9f1789 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" --- THANKS | 1 + gpgme/ChangeLog | 5 +++++ gpgme/gpgme.c | 1 + 3 files changed, 7 insertions(+) diff --git a/THANKS b/THANKS index 4fda3d5..7d112b0 100644 --- a/THANKS +++ b/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/gpgme/ChangeLog b/gpgme/ChangeLog index c42f4ba..7448483 100644 --- a/gpgme/ChangeLog +++ b/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/gpgme/gpgme.c b/gpgme/gpgme.c index 5aa879a..7fbe5c3 100644 --- a/gpgme/gpgme.c +++ b/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