fixed refence counts before calling attribute certificate factory

This commit is contained in:
Andreas Steffen
2008-03-25 09:39:23 +00:00
parent 9bb8d23e17
commit 63cb8a7fee
2 changed files with 24 additions and 66 deletions
+4
View File
@@ -664,6 +664,10 @@ static void destroy(private_x509_ac_t *this)
DESTROY_IF(this->entityName);
DESTROY_IF(this->issuerName);
DESTROY_IF(this->authKeyIdentifier);
DESTROY_IF(this->holderCert);
DESTROY_IF(this->signerCert);
DESTROY_IF(this->signerKey);
ietfAttr_list_destroy(this->charging);
ietfAttr_list_destroy(this->groups);
free(this->encoding.ptr);