Commit bec9e0da authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Free up 'out' before exiting pkcs12 application.

Submitted by: Wu Zhigang <zhigangwu@yahoo.com>
parent 5ece7779
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -452,6 +452,7 @@ if (export_cert) {
    PKCS12_free(p12);
    ret = 0;
    end:
    BIO_free(out);
    EXIT(ret);
}