Bug 518446: Fix the leak of a CERTSubjectPublicKeyInfo and a CERTName in
make_cert_request. r=rrelyea. git-svn-id: svn://10.0.0.236/trunk@258494 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c76fd447e2
commit
dc395e86ec
@ -613,6 +613,9 @@ make_cert_request(char *subject, SECKEYPublicKey *pubk)
|
||||
exit (ERRX);
|
||||
}
|
||||
|
||||
SECKEY_DestroySubjectPublicKeyInfo(spki);
|
||||
CERT_DestroyName(subj);
|
||||
|
||||
if (verbosity >= 0) {
|
||||
PR_fprintf(outputFD, "certificate request generated\n");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user