pki: Fixed memory leak in pki --scep

This commit is contained in:
Andreas Steffen
2022-08-28 11:42:13 +02:00
parent 3b2b7a3bee
commit 359b5739f4
+1
View File
@@ -405,6 +405,7 @@ static int scep()
{
DBG1(DBG_APP, "loading client private key file '%s' failed",
client_key_file);
x509_signer->destroy(x509_signer);
goto err;
}
}