Fix netscape spki leak in openssl

This commit is contained in:
Nikita Popov 2019-06-21 14:35:35 +02:00
parent a0da2fb2b7
commit dfe6f0c1c6

View File

@ -2076,6 +2076,9 @@ cleanup:
if (spkstr_cleaned != NULL) {
efree(spkstr_cleaned);
}
if (spki) {
NETSCAPE_SPKI_free(spki);
}
}
/* }}} */