mirror of
https://github.com/php/php-src.git
synced 2025-01-21 11:13:38 +08:00
Fix netscape spki leak in openssl
This commit is contained in:
parent
a0da2fb2b7
commit
dfe6f0c1c6
@ -2076,6 +2076,9 @@ cleanup:
|
||||
if (spkstr_cleaned != NULL) {
|
||||
efree(spkstr_cleaned);
|
||||
}
|
||||
if (spki) {
|
||||
NETSCAPE_SPKI_free(spki);
|
||||
}
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user