提交 bec9e0da 编写于 作者: D Dr. Stephen Henson

Free up 'out' before exiting pkcs12 application.

Submitted by: Wu Zhigang <zhigangwu@yahoo.com>
上级 5ece7779
......@@ -452,6 +452,7 @@ if (export_cert) {
PKCS12_free(p12);
ret = 0;
end:
BIO_free(out);
EXIT(ret);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册