(hxtool_ca): free SPKI

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20398 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-18 13:54:43 +00:00
parent bee46381d8
commit aa7c813a59

View File

@@ -1593,6 +1593,7 @@ hxtool_ca(struct certificate_sign_options *opt, int argc, char **argv)
}
hx509_cert_free(cert);
free_SubjectPublicKeyInfo(&spki);
return 0;
}