2008-09-23 Marcus Brinkmann <marcus@g10code.com>
authorMarcus Brinkmann <mb@g10code.com>
Tue, 23 Sep 2008 10:52:09 +0000 (10:52 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Tue, 23 Sep 2008 10:52:09 +0000 (10:52 +0000)
* gpgme.c (gpgme_sig_notation_clear): Clear CTX->sig_notations.
Submitted by "Daniel Mueller" <daniel@danm.de>

THANKS
gpgme/ChangeLog
gpgme/gpgme.c

diff --git a/THANKS b/THANKS
index 4fda3d576dbe6096702ddbbffbc7ddc255179924..7d112b06c3d7495c719a2fdd3ae7b339394a6144 100644 (file)
--- 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
index c42f4ba45dbebb88c2910a100a08c7e7fd21b5ea..744848341be13d1adbd51749f794351722abedf4 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-23  Marcus Brinkmann  <marcus@g10code.com>
+
+       * gpgme.c (gpgme_sig_notation_clear): Clear CTX->sig_notations.
+       Submitted by "Daniel Mueller" <daniel@danm.de>
+
 2008-09-16  Marcus Brinkmann  <marcus@g10code.com>
 
        * rungpg.c (gpg_new): Don't use errno with ttyname_r.
index 5aa879a42d19b166a9940c47df86193f282e35af..7fbe5c38f608d7b21a9182e7f3859dc8ffb66f37 100644 (file)
@@ -554,6 +554,7 @@ gpgme_sig_notation_clear (gpgme_ctx_t ctx)
       _gpgme_sig_notation_free (notation);
       notation = next_notation;
     }
+  ctx->sig_notations = NULL;
 }