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:
parent
a8be6e0da3
commit
4ae2ac9861
1
THANKS
1
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
|
||||
|
@ -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.
|
||||
|
@ -554,6 +554,7 @@ gpgme_sig_notation_clear (gpgme_ctx_t ctx)
|
||||
_gpgme_sig_notation_free (notation);
|
||||
notation = next_notation;
|
||||
}
|
||||
ctx->sig_notations = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user