[svn] GnuPG - r4389 - trunk/sm
svn author marcus
cvs at cvs.gnupg.org
Thu Dec 21 02:30:19 CET 2006
Author: marcus
Date: 2006-12-21 02:30:18 +0100 (Thu, 21 Dec 2006)
New Revision: 4389
Modified:
trunk/sm/ChangeLog
trunk/sm/certchain.c
Log:
2006-12-21 Marcus Brinkmann <marcus at g10code.de>
* certchain.c (gpgsm_basic_cert_check): Release SUBJECT.
Modified: trunk/sm/ChangeLog
===================================================================
--- trunk/sm/ChangeLog 2006-12-21 00:40:44 UTC (rev 4388)
+++ trunk/sm/ChangeLog 2006-12-21 01:30:18 UTC (rev 4389)
@@ -1,5 +1,7 @@
2006-12-21 Marcus Brinkmann <marcus at g10code.de>
+ * certchain.c (gpgsm_basic_cert_check): Release SUBJECT.
+
* encrypt.c (encrypt_dek): Release S_CIPH.
2006-12-20 Marcus Brinkmann <marcus at g10code.de>
Modified: trunk/sm/certchain.c
===================================================================
--- trunk/sm/certchain.c 2006-12-21 00:40:44 UTC (rev 4388)
+++ trunk/sm/certchain.c 2006-12-21 01:30:18 UTC (rev 4389)
@@ -1333,6 +1333,7 @@
leave:
xfree (issuer);
+ xfree (subject);
keydb_release (kh);
ksba_cert_release (issuer_cert);
return rc;
More information about the Gnupg-commits
mailing list