Free up 'out' before exiting pkcs12 application.
Submitted by: Wu Zhigang <zhigangwu@yahoo.com>
This commit is contained in:
parent
5ece777974
commit
bec9e0da7a
@ -452,6 +452,7 @@ if (export_cert) {
|
||||
PKCS12_free(p12);
|
||||
ret = 0;
|
||||
end:
|
||||
BIO_free(out);
|
||||
EXIT(ret);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user