[svn] gpgme - r1334 - in trunk: . gpgme

svn author marcus cvs at cvs.gnupg.org
Tue Sep 23 12:52:10 CEST 2008


Author: marcus
Date: 2008-09-23 12:52:09 +0200 (Tue, 23 Sep 2008)
New Revision: 1334

Modified:
   trunk/THANKS
   trunk/gpgme/ChangeLog
   trunk/gpgme/gpgme.c
Log:
2008-09-23  Marcus Brinkmann  <marcus at g10code.com>

	* gpgme.c (gpgme_sig_notation_clear): Clear CTX->sig_notations.
	Submitted by "Daniel Mueller" <daniel at danm.de>


Modified: trunk/gpgme/ChangeLog
===================================================================
--- trunk/gpgme/ChangeLog	2008-09-19 14:15:51 UTC (rev 1333)
+++ trunk/gpgme/ChangeLog	2008-09-23 10:52:09 UTC (rev 1334)
@@ -1,3 +1,8 @@
+2008-09-23  Marcus Brinkmann  <marcus at g10code.com>
+
+	* gpgme.c (gpgme_sig_notation_clear): Clear CTX->sig_notations.
+	Submitted by "Daniel Mueller" <daniel at danm.de>
+
 2008-09-16  Marcus Brinkmann  <marcus at g10code.com>
 
 	* rungpg.c (gpg_new): Don't use errno with ttyname_r.

Modified: trunk/THANKS
===================================================================
--- trunk/THANKS	2008-09-19 14:15:51 UTC (rev 1333)
+++ trunk/THANKS	2008-09-23 10:52:09 UTC (rev 1334)
@@ -7,6 +7,7 @@
 Adriaan de Groot        adridg at cs.kun.nl
 Albrecht Dreß		albrecht.dress at arcor.de
 Alfons Hoogervorst      alfons at proteus.demon.nl
+Daniel Mueller		daniel at danm.de
 Enno Cramer             uebergeek at web.de
 Frank Heckenbach        frank at g-n-u.de
 Igor Belyi		gpgme at katehok.ac93.org

Modified: trunk/gpgme/gpgme.c
===================================================================
--- trunk/gpgme/gpgme.c	2008-09-19 14:15:51 UTC (rev 1333)
+++ trunk/gpgme/gpgme.c	2008-09-23 10:52:09 UTC (rev 1334)
@@ -554,6 +554,7 @@
       _gpgme_sig_notation_free (notation);
       notation = next_notation;
     }
+  ctx->sig_notations = NULL;
 }
 
 




More information about the Gnupg-commits mailing list