Missing fclose()

This commit is contained in:
Joris Vink 2014-08-03 17:17:11 +02:00
parent 8bcfb6cbb3
commit 73b0569fe0
1 changed files with 1 additions and 0 deletions

View File

@ -783,6 +783,7 @@ cli_generate_certs(void)
if (!PEM_write_X509(fp, x509))
cli_fatal("fopen(%s): %s", fpath, errno_s);
fclose(fp);
EVP_PKEY_free(pkey);
X509_free(x509);