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>
This commit is contained in:
Marcus Brinkmann 2008-09-23 10:52:09 +00:00
parent a8be6e0da3
commit 4ae2ac9861
3 changed files with 7 additions and 0 deletions

1
THANKS
View File

@ -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

View 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.

View 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;
}