* gpgme.c (gpgme_sig_notation_clear): Clear CTX->sig_notations.
Submitted by "Daniel Mueller" <daniel@danm.de>
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
+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.
_gpgme_sig_notation_free (notation);
notation = next_notation;
}
+ ctx->sig_notations = NULL;
}