Refactored stroke_cred_t to use mem_cred_t.

This commit is contained in:
Tobias Brunner
2010-12-03 18:00:00 +01:00
parent 5ad4fa295a
commit 5b2d9f24f5
5 changed files with 32 additions and 580 deletions
+1
View File
@@ -113,6 +113,7 @@ static void ca_section_destroy(ca_section_t *this)
this->crl->destroy_function(this->crl, free);
this->ocsp->destroy_function(this->ocsp, free);
this->hashes->destroy_offset(this->hashes, offsetof(identification_t, destroy));
this->cert->destroy(this->cert);
free(this->certuribase);
free(this->name);
free(this);