mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Free a variable
Fix a memory leak in storeutl. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6373)
This commit is contained in:
parent
fbccfedf9b
commit
28c73b34df
@ -308,6 +308,7 @@ int storeutl_main(int argc, char *argv[])
|
||||
text, noout, recursive, 0, out, prog);
|
||||
|
||||
end:
|
||||
OPENSSL_free(fingerprint);
|
||||
OPENSSL_free(alias);
|
||||
ASN1_INTEGER_free(serial);
|
||||
X509_NAME_free(subject);
|
||||
|
Loading…
x
Reference in New Issue
Block a user